- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Want to merge two separate installshield project in one to install two product in one installer
- 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
Want to merge two separate installshield project in one to install two product in one installer
I have two InstallShield project for installing two application.
First - is WinForms application
Second - Windows service
The second installer depends on the first one. We need to select the path of first application where it was installed for a license.
But now client want only one .exe for installing above two application.
Can it be possible to call second .exe from first through code of first?
I tried this but not works. Both exe having same name and same rar/zip files there files.
My installshield version is 12 professional edition
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi @yogini ,
You can create one exe as prerequisite to the other one, more info on how to create prerequisite available at this link : https://helpnet.flexerasoftware.com/installshield19helplib/helplibrary/SetupPrereqEditor.htm#Ref-PrereqEditor_2877149543_1021193
Or you can create a suite project to install both as part of single setup.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi Banna
Thank you so much for quick response.
But can you tell me-
how can we create a suite project to install both as part of single setup?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
