This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Combining InstallScript MSI Projects
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Dec 18, 2013
03:57 PM
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?
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Dec 19, 2013
12:58 AM
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 ).
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 ).