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 Knowledge Base
- :
- How Do I Run a Suite Installer Silently? What Command Do I Use?
Subscribe
- Mark as New
- Mark as Read
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
How Do I Run a Suite Installer Silently? What Command Do I Use?
How Do I Run a Suite Installer Silently? What Command Do I Use?
Introduction
This article discusses how an InstallShield user can run a suite installer silently.
Instructions
- Create a suite project.
- Add then configure Feature1, Feature2, and so forth.
- Add packages: Package1, Package2, and so forth.
- Associate each package with a feature.
- In the Packages View, for each package, configure a Detection Condition (at a minimum) as well as an Eligibility Condition, if appropriate. When the Detection Condition evaluates to true, the package is detected as already being installed, so the suite installer goes into maintenance mode. When the Eligibility Condition evaluates to try, the package is determined to be qualified to be installed on the target machine.
- Run the suite installer silently with the following command:
- Note: The directory for the /log argument needs to exist prior to running the command. The /log argument will only result in logs being created for each package if logging is enabled in the package-specific settings of each package in the Packages View.
- Working Suite and Basic MSI sample projects, built with InstallShield 2023 R2, that demonstrate this functionality that was discussed are attached to this article.
More Information
Advanced UI and Suite/Advanced UI Setup.exe Command-Line Parameters
No ratings