Skip to main content
Matrix42 Self-Service Help Center

Installation EM Distribution Point (Silent)

MSI QUIET INSTALLATION

msiexec /i 'Matrix42 Enterprise Manager Distribution Point.msi' /quiet EMSERVER=<servername> EMPORT=<port> INSTALLFOLDER=<Path where to install>

EMSERVER

(mandatory, no default)

Has to be a valid name of an Enterprise Manager Server (used ONLY on NEW installations)

EMPORT

(optional, default 9010)

The connection port to the EM Server (valid values: 1024 thru 65535 - used ONLY on NEW installations)

INSTALLFOLDER

(optional)

Here the Distribution Point will be installed (valid values: any valid installation path), default: "%ProgramFiles%\Matrix42\Matrix42 Enterprise Manager Distribution Point"

 Correct parameter usage is tested as launch condition within the msi - so an empty server name or an invalid
port selection will stop the installation from working!

 Requirements

To create a working Installation, some prerequisites must be set:

  • .NET Framework 4.8

 MSI QUIET UNINSTALLATION

msiexec /x 'Matrix42 Enterprise Manager Distribution Point.msi' /quiet

GENERAL INFORMATION

Standard msi options like /log <logfile> or /l*v <logfile> still apply!

  • Was this article helpful?