Users Guide
Installing Managed System Software on Windows
®
Operating Systems 81
You can also choose to install, reinstall, and uninstall features with one execution of the msiexec.exe
program. An example is
msiexec.exe /i SysMgmt.msi ADDLOCAL=INTEL REINSTALL=OLD REMOVE=BRCM /qb
This command runs the installation for managed system software, and simultaneously installs the Intel
agent, reinstalls Diagnostic service, and uninstalls the Broadcom agent. This execution will be in an
unattended but not silent mode.
NOTE: A Globally Unique Identifier (GUID) is 128 bits long, and the algorithm used to generate a GUID guarantees
each GUID to be unique. The product GUID uniquely identifies the application. In this case, the product GUID for
Server Administrator is {A8D0C330-84F0-4675-B997-0E952FA0A0A3}.
MSI Return Code
An application event log entry is recorded in the SysMgmt.log file. Table 6-3 shows some of the error
codes returned by the msiexec.exe Windows Installer Engine.
NOTE: Refer to support.microsoft.com for full details on all the error codes returned by the msiexec.exe and
InstMsi.exe Windows Installer functions.
Table 6-3. Windows Installer Return Codes
Error Code Value Description
ERROR_SUCCESS 0
The action completed successfully.
ERROR_INVALID_PARAMETER 87
One of the parameters was invalid.
ERROR_INSTALL_USEREXIT 1602
The user canceled the installation.
ERROR_SUCCESS_REBOOT_REQUIRED 3010
A restart is required to complete the
installation. This message is indicative
of a successful installation.