
rmdugal1.5524925861076028E12 asked a question.
single installer wrapping other installers
I need to create a single installer that executes 2 other installers.
The main installer must do nothing except show a license and then execute the 2 other installers. My installshield experience is very limited and I am having trouble figuring this out. Any help would be appreciated.
Thanx
Rob
LaunchAppAndWait(INSTALLDIR^"COMPONENT/MYSetup.exe", "", WAIT);
Once you are done with the script don't forget to create a Custom Action for calling the install script function.