Installing Dell™ OpenManage™ Client Instrumentation 21
Silent Installation

Installing the Client in the Silent Mode

In the silent mode (no dialog boxes appear), you can perform complete and
custom installations.
NOTE: When typing commands, enter spaces exactly as shown in the examples in
this section.

Performing a Complete Installation in Silent Mode

To perform a silent unattended installation of OMCI with all components in
the default directory:
setup.exe /s /v/qn
where setup.exe is the installation executable file for OMCI.
To specify the installation language use the /L

<language ID>

option,
where

<language ID>

is 1031 (German), 1033 (English), 1034 (Spanish),
1041 (Japanese), 1036 (French), or 2052 (Simplified Chinese). If the
installation language is not specified, the installer selects the default
operating system language, or to English if OMCI does not support the
operating system language.
For example, the following command line installs the French version in silent
mode:
setup.exe /s /L1036 /v/qn

Performing a Custom Installation in Silent Mode

To specify a custom installation directory, modify the command line as
follows:
setup.exe /s /v"/qn INSTALLDIR=<destination>"
where

<destination>

is the custom directory and INSTALLDIR must be
in uppercase.
For example, the following command line installs OMCI with all components
in silent mode under the directory c:\destination:
setup.exe /s /v"/qn INSTALLDIR=c:\destination"