cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
rmdugal
Level 2

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
Labels (1)
0 Kudos
(1) Reply
prashant_shinde
Level 3

If are comfortable with install scripts you can use LaunchAppAndWait.


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.
0 Kudos