One Installer to Allow Users to Select From Any or All of Four Executables

TexasAggie

Newcomer
Joined
Oct 30, 2006
Messages
23
I have four executables in my "suite" of software. I'd like to have the installer allow users to select which programs they would like to install similiar to a custom install of Microsoft Office.

In order to do this, would I need to create a .msi for each executable and then create an executable that calls any or all of the .msi files at the users request?

Thanks.
 
Bump. This seems like an easy task. Anyone?

Program A is written solely to allow the user to select from any combination of four .msi files from a suite of four executables. Program A would then call each of the selected .msi files to install the appropriate programs.

Is this the best approach?
 
Back
Top