Users Guide
Table 251. Software Feature IDs
Feature ID Description
ALL All features
BRCM Broadcom NIC Agent
INTEL Intel NIC Agent
IWS OpenManage Server Administrator Web Server
OMSM Server Administrator Storage Management Service
RmtMgmt Remote Enablement
RAC4 Remote Access Controller (DRAC 4)
RAC5 Remote Access Controller (DRAC 5)
iDRAC Integrated Dell Remote Access Controller
SA Server Administrator
NOTE: Only iDRAC6 is supported on xx1x systems.
You can include the REINSTALL customization parameter on the command line and assign the feature ID (or IDs) of the software
feature that you would like to reinstall. An example is:
msiexec.exe /i SysMgmt.msi REINSTALL=BRCM /qb.
This command runs the installation for OpenManage Systems Management and reinstall only the Broadcom agent, in an unattended
but not silent mode.
You can include the REMOVE customization parameter on the command line and assign the feature ID (or IDs) of the software
feature that you would like to uninstall. For example:
msiexec.exe /i SysMgmt.msi REMOVE=BRCM /qb.
This command runs the installation for OpenManage Systems Management and uninstalls only the Broadcom agent, in an
unattended but not silent mode.
You can also choose to install, reinstall, and uninstall features with one execution of the msiexec.exe program. For example:
msiexec.exe /i SysMgmt.msi REMOVE=BRCM /qb
This command runs the installation for managed system software, and uninstalls the Broadcom agent. This execution is in an
unattended but not silent mode.
NOTE: A Globally Unique Identier (GUID) is 128 bits long, and the algorithm used to generate a GUID guarantees each
GUID to be unique. The product GUID uniquely identies the application. In this case, the product GUID for Server
Administrator is {54C04D53-C3C3-46EA-A75F-7AFF4BEB727C}.
MSI Return Code
An application event log entry is recorded in the SysMgmt.log le. Table 3 shows some of the error codes returned by the
msiexec.exe Windows Installer Engine.
Table 252. Windows Installer Return Codes
Error Code Value Description
ERROR_SUCCESS 0
The action is completed successfully.
ERROR_INVALID_PARAMETER 87
One of the parameters was invalid.
ERROR_INSTALL_USEREXIT 1602
The user canceled the installation.
332