Table of Contents
MSI QUIET INSTALLATION
The Enterprise Manager Agent can be installed in the background with the following parameters.
msiexec /i 'Matrix42 Enterprise Manager Agent.msi' /quiet EMSERVER=<servername> EMPORT=<port> RESETTASKS=1 OSD=1 START=1 INSTALLFOLDER=<Installpath>|
(mandatory, no default) |
Has to be a valid name of an Enterprise Manager Server |
|
(optional, default 9010) |
The connection port to the EM Server (valid values: 1024 thru 65535) |
|
(optional, default 0) |
Indicates if all tasks of the computer should reseted in the server.
This is only for EM Push and Massrollout Taks, NO OSD! |
|
(optional, default 0) |
Indicates if the installation is during OSD.
|
|
(optional, default 1) |
Indicates if the agent should start after installation.
|
|
(optional) |
Here the Agent will be installed (valid values: any valid installation path), default: " |
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!
MSI QUIET UNINSTALLATION
msiexec /x 'Matrix42 Enterprise Manager Agent.msi' /quietPREREQUISITES
To create a full functional EM Agent installation is a prerequisite that has to be fulfilled and installed prior to the agent installation:
- .NET Framework 4.8 und Microsoft Visual Studio C++ 2019 Redistributable Setup
- Open LDAP ports 389, 636 and 3269 for communication and creation of the AdSite.json
GENERAL INFORMATION
Standard msi options like /log <logfile> or /l*v <logfile> still apply!