Users Guide
62 Installing Management Station Software
systems using the same unattended installation package. For example, you can choose to install IT
Assistant, but not Remote Access Controller Management Station on a specific group of systems. You
can also choose to uninstall one or multiple features on a specific group of systems.
NOTE: You have to type the ADDLOCAL, REINSTALL, and REMOVE CLI parameters in upper case as they are
case-sensitive.
You can include the ADDLOCAL customization parameter on the command line, and assign the feature
ID (or IDs) of the software feature that you would like to install. An example is:
msiexec.exe /i MgmtSt.msi ADDLOCAL=ITA /qb
This command runs the installation for Management Station and installs only IT Assistant, in an
unattended and verbose (with messages) mode.
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 MgmtSt.msi REINSTALL=RACMS /qb
This command runs the installation for only the Management Station and reinstalls Remote Access
Controller Management Station, in an unattended and verbose mode.
The REMOVE customization parameter can be included on the command line and assigned the feature
ID (or IDs) of the software feature that you would like to uninstall. An example is
msiexec.exe /i MgmtSt.msi REMOVE=RACMS /qb
This command runs only the installation for Management Station and uninstalls Remote Access
Controller Management Station, in an unattended and verbose mode.
You can also choose to install, reinstall, and uninstall features with one execution of the msiexec.exe
program. An example is
msiexec.exe /i MgmtSt.msi ADDLOCAL=ADS REINSTALL=ITA REMOVE=BMC /qb
This command runs the installation for Management Station and simultaneously installs Active
Directory Snap-in Utility, reinstalls IT Assistant, and uninstalls the Baseboard Management Controller.
This execution will be in an unattended and verbose mode.
NOTE: A Dell OpenManage Globally Unique Identifier (GUID) is 128 bits long. The product GUID uniquely identifies
the application. In this case the product GUID for Dell OpenManage Management Station is
{AB699F4B-A587-4681-ACF2-147AD372A2B3}.
Table 5-2. Feature IDs for the Management Station
Feature ID Description
ADS Active Directory Snap-in Utility
BMU Baseboard Management Controller Management Utility
ITA IT Assistant
RACMS Remote Access Controller Management Station