I created some rather complex functionality in an installer which includes GUI logic as well as embedded and external PowerShell scripts. I want to copy this functionality to other installers. If it were only one, I'd copy/paste the stuff, but in the end there will be 5 or more installers which need these functions. What is AI's recommended way of cloning one installer's custom functionality to another installer?
Thanks
Hans