Users Guide

86 Installing Management Station Software
Unattended Uninstall Command Line Settings
Table 6-1 shows the unattended uninstallation command line settings
available for unattended uninstallation. Type the optional settings on the
command line after
msiexec.exe /x MgmtSt.msi with a space between each setting.
For example, running msiexec.exe /x MgmtSt.msi /qb runs the
unattended uninstallation and displays the unattended installation status
while it is running.
Running msiexec.exe /x MgmtSt.msi /qn runs the unattended
uninstallation, but silently (without status displays).
Unattended Uninstall Using the Product GUID
If you do not have the installation DVD or the MSI package available during
an uninstallation, you can use the following command line to uninstall
Dell OpenManage systems management software on management stations
running Windows. For these cases, you can use the package GUIDs to
uninstall the product.
NOTE: A 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 {DC6E2FFC-BF23-44B6-BB01-6E3C1B872809}.
For management stations, use this command:
msiexec.exe /x {DC6E2FFC-BF23-44B6-BB01-6E3C1B872809}
Customization Parameters
The ADDLOCAL, REINSTALL, and REMOVE CLI parameters provide a way
to specify the exact software features to install, reinstall, or uninstall when
running silently or unattended. With the customization parameters, you can
selectively install, reinstall, or uninstall software features for different systems
using the same unattended installation package. For example, you can choose
to install DRAC Tools, 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.