Users Guide

Installing Management Station Software 85
Optional Command Line Settings
Table 5-1 shows the optional command line settings available for the
msiexec.exe. Type the optional settings on the command line after
msiexec.exe with a space between each setting.
NOTE: See support.microsoft.com for full details of all the Microsoft Windows
Installer command line switches.
Table 5-1. Command Line Settings for MSI Installer
Setting Result
/i
<Package|Product
Code>
Installs or configures a product.
/i MgmtSt.msi – This command installs the Server
Administrator software.
/x
<Package|Product
Code>
Uninstalls a product.
/x MgmtSt.msi – This command uninstalls the
management station software.
/q[n|b|r|f]
Sets the User Interface (UI) level.
/q or /qn – no UI. This option is used for silent and
unattended installation.
/qb – basic UI. This option is used for unattended but
not silent installation.
/qr – reduced UI. This option is used for unattended
installation while displaying a modal dialog box showing
install progress.
/qf
– full UI. This option is used for standard attended
installation.