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
- :
- InstallSuite (Suite Project) Silent Installation Package Selection
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Aug 21, 2014
12:49 AM
InstallSuite (Suite Project) Silent Installation Package Selection
Hi Folks,
I have an InstallShield Suite Project that installs 3 applications. Let's call them:
Package 1
Package 2
Package 3
During the GUI installation, I can select which packages to install. However, during the silent installation, using the command "setup.exe /silent", all 3 packages get installed. Specifically, I would like the silent installation to install only "Package 1" and "Package 2". Does anyone know how to do this? Are there command line parameters that can be entered with the command "setup.exe /silent"? Changes to the project itself? I'm probably missing something in the documentation, so any guidance would be appreciated.
Thanks in advance!
Billy
I have an InstallShield Suite Project that installs 3 applications. Let's call them:
Package 1
Package 2
Package 3
During the GUI installation, I can select which packages to install. However, during the silent installation, using the command "setup.exe /silent", all 3 packages get installed. Specifically, I would like the silent installation to install only "Package 1" and "Package 2". Does anyone know how to do this? Are there command line parameters that can be entered with the command "setup.exe /silent"? Changes to the project itself? I'm probably missing something in the documentation, so any guidance would be appreciated.
Thanks in advance!
Billy
(3) Replies
‎Aug 21, 2014
08:20 AM
See: http://helpnet.flexerasoftware.com/installshield19helplib/helplibrary/SteSetupexeParam.htm
This contains information on setting properties from a command line.
Assign the appropriate property to the Eligibility condition for the packages in question.
I do utilize properties for eligibility conditions, but I have not tried passing in properties from the command line yet. But the documentation is fairly straight forward.
This contains information on setting properties from a command line.
Assign the appropriate property to the Eligibility condition for the packages in question.
I do utilize properties for eligibility conditions, but I have not tried passing in properties from the command line yet. But the documentation is fairly straight forward.