In our company we regularly create MSI’s with Installshield(latest).
These setups adhere to a set of rules and name schemes so they work with our deployment system and autobuilds etc.
Is there a way to eliminate the repetitive overhead of going through all the boilerplate stuff (setting the company meta data, basic folder structures, a few events, including some default helper files etc) for each setup?
Take a look at the InstallShield Automation interface. What I did was:
This gave me a great deal of code reuse but it’s not trivial to set up this type of system. However it scales very well and the advantages are huge if you have the right business needs.