cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
bobmcm461
Level 6

Combining InstallScript MSI Projects

I have two InstallScript MSI projects that I need to combine into one project. Is there a way that I can copy and paste Features and components from one project to another?
Labels (1)
0 Kudos
(1) Reply
manojkumarUnnam
Level 2

Yes, that is the one way process.

Another Way:
If you want to include the project in the support directory. By using "LaunchApp" in the install script using that also possible.

http://helpnet.installshield.com/installshield16helplib/mergedProjects/installshield16langref/LangrefLaunchApp.htm

this is the link for launchapp install shield API>

Ex: LaunchAppAndWait( szCommand, szCmdLine, LAAW_OPTION_NOWAIT ).
0 Kudos