We have a number of products using Setup Factory. We now need to integrate two existing products into one for delivery. As I see it there are two alternatives.
Have one setup project call the other setup.exe to install. This means two uninstall entries which is undesirable.
Cut and paste the setup code from one project into another. This is undesireable due to this code existing in two places and would need maintaining twice when changes occur. The installtion process is medium complex so does anyone have any better ideas?
Have one setup project call the other setup.exe to install. This means two uninstall entries which is undesirable.
Cut and paste the setup code from one project into another. This is undesireable due to this code existing in two places and would need maintaining twice when changes occur. The installtion process is medium complex so does anyone have any better ideas?
Comment