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 /l*vd installation.log

Do a fresh installation of the exported package

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

Reinstall all installed blades using the exported package

msiexec /i EPS.msi /l*vd installation.log

Add an initial blade or blades

msiexec /i EPS.msi /l*vd installation.log
/qb! REINSTALL=DUMMY REINSTALLMODE=vomus

Add or remove blades using the exported package

msiexec /i EPS.msi /l*vd installation.log

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

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.