How do I create a silent installation package?AnswerWhen deploying MSI installation packages through GPO or SMS or simply to your clients, you may want to make them silent. This can be done in several ways: 1. Basic user interface through Advanced InstallerAdvanced Installer allows you to make the installation package silent by setting the LIMITUI property inside the MSI. This is done automatically when you check the Limit to basic user interface (simple progress and error handling) option in the Install Parameters page. 2. Basic or no user interface through the MSIEXEC command lineWhen launching the MSI package from the command line you can use multiple "msiexec.exe" parameters which affect the user interface:
3. Basic or no user interface through the bootstrapperIf your installation package uses an EXE bootstrapper then you can set it to launch the MSI package with a specific command line. In this command line you can use the same parameters used when launching the MSI with MSIEXEC. The command line of the MSI package can be specified in the MSI Command Line field on the Bootstrapper tab in the Media page.
| |
|
| Privacy Policy | Windows Installer | Search Engine Ranking | Link Analyzer | ||
| © 2002 - 2008 Caphyon Ltd. Trademarks belong to their respective owners. All rights reserved. | ||