Windows agent installer command-line examples

Example 1: Installs software using default values.

msiexec /i "C:\<Deploy>\Unitrends_Agent.msi"

where <Deploy> is the path of the downloaded agent

Example 2: Installs software with default values and turns on logging.

msiexec /quiet /l* "C:\temp\Unitrends.log" /i "C:\<Deploy>\_Agent.msi"

Where "C:\temp\Unitrends.log" is the full path location of the log file named Unitrends.log.

Example 3: Uninstall software from the system.

msiexec /quiet /uninstall "C:\<Deploy>\_Agent.msi"