Loading
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

  • 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.
    Expand Post

Loading
single installer wrapping other installers