I have a piece of software I am in the process of repackaging for deployment. The package has several different configured installs we use. I was wondering if you can capture each of these configurations then somehow merge the repackager created MSI's to find the differences somehow and then just create the sets of differences and plug them in as options on install. Can this be done? Any help is appreciated.
You could make a base MSI package, then create a transform (MST) for each of your custom configurations. For an installation, you'd just install the MSI with the appropriate transform.