Print Download PDF Send Feedback

Previous

Next

Installing the Client Using the CLI

You can install an exported package using the CLI (run as administrator) on a client with these commands:

Command line option

Description

msiexec /i EPS.msi

Do a fresh installation of the exported package

msiexec.exe /i EPS.msi REINSTALL=ALL REINSTALLMODE=ocmusv

Reinstall all installed components using the exported package

msiexec /i EPS.msi
/qb! REINSTALL=DUMMY REINSTALLMODE=vomus

Add or remove components using the exported package

msiexec /i EPS.msi

Upgrade using the specified exported package. This package must include the same components that are presently installed.

You can add a parameter to enable the Fast Initial Encryption mode, for encryption of only Used Space (not Free Space) on the disk. For details, see sk102026.

Logging Options

To create logs, do one of the following steps:

Windows generates the log file in the %TEMP% directory, and names it MSI****.LOG.