2.2.1.1. Installing OPSWAT Central Management using command line

On Windows system, it is possible to silently install the product by calling the corresponding .msi file from the command-line interface.

From the command-line interface, execute the command:

msiexec /i <.msi file> /quiet

For example:

msiexec /i C:\OPSWATCentralManagement.msi /quiet

Administrator permission is required for this command.

Alternatively, to start a GUI-assisted installation process - as in Installing OPSWAT Central Management using the installation wizard, execute the command:

msiexec /i <.msi file>

For example:

msiexec /i C:\OPSWATCentralManagement.msi

Windows Installer provides specific arguments for the installation/uninstallation process using a .msi file.

Argument

Description

/i

Install

/x

Uninstall

/quiet

Quiet display option. The installer runs without displaying a user interface.

/l*v <output file path>

Log the install/uninstall process and output it to a specific filepath, for example, /l*v C:\log\log.txt