Installation EM Server (Silent)
MSI BOOTSTRAPPER QUIET INSTALLATION
'Matrix42 Enterprise Manager.exe' [/quiet | /passive] DBSERVER=<SQL-Server> DBNAME=<EM DB name> DBLOGINNAME=<MS-SQL user name> DBLOGINPASS=<MS-SQL user password> AD_ACCOUNT=<AccountName> AD_FIRSTNAME=<First Name> AD_LASTNAME=<Last Name> AD_EMAIL=<Email> AD_LANGUAGE=<Language> SELECTEDSCCMVERSION=<version> WEB_PORT=<Web port> INSTALLFOLDER=<Path where to install>
/passive | Starts installer with minimum UI (i.e. only progress is reported - and errors) |
/quiet | Starts installer completely quiet - no UI is displayed (so you have to rely on the log files) |
DBSERVER (mandatory, no default) |
MS-SQL-Server (Servername and Instance - or just Servername for Default Instance) |
DBNAME (mandatory, no default) |
Name of the EM database (either not existing or completely empty) |
DBLOGINNAME (mandatory, no default) |
Name of MSSQL-user with rights to create EM database |
DBLOGINPASS (mandatory, no default) |
Password of MSSQL-user with rights to create EM database (attention: CLEAR TEXT) |
AD_ACCOUNT (mandatory, no default) |
Account name (WITHOUT domain) - the administrative user of the Enterprise Manager |
AD_FIRSTNAME (mandatory, no default) |
First name of administrative Account |
AD_LASTNAME (mandatory, no default) |
Last name of administrative Account |
AD_EMAIL (mandatory, no default) |
Email address of administrative Account |
AD_LANGUAGE (optional, default DE) |
Language to use in Enterprise Manager for administrative Account (valid values: en, de), if user language is de, otherwise en |
WEB_PORT (optional, default 8098) |
Port for the web console to use (valid values: 1024 - 65535) |
INSTALLFOLDER (optional) |
Here the Enterprise Manager will be installed (valid values: any valid installation path), default: "%ProgramFiles%\Matrix42\Matrix42 Enterprise Manager" |
Correct parameter usage is tested as launch condition within the installer - so an empty server name or an invalid
port selection will stop the installation!
MSI QUIET UNINSTALLATION
'Matrix42 Enterprise Manager.exe' [ /quiet | /passive] /uninstall
GENERAL INFORMATION
To define a special loggin file specify it via /log <logfile>! Otherwise you will find the logs in folder %TEMP%
PREREQUISITES
To create a working installation there are some prerequisites that have to be fulfilled:
- 64bit OS
- MS .NET Framework 4.8
- IIS 7 (or later)
- MS .NET Framework 3.5 SP1 (for MS Chart Controls)
- Microsoft Chart Controls for Microsoft .NET Framework 3.5
- Microsoft Access database engine 2016
Without the first four prerequisites installed the Matrix42 Enterprise Manager Installer will not install anything at all!
To get the Matrix42 Enterprise Manager full functional the last two prerequisites must be installed. This has to be done seperately, because the MSI is not capable of doing this task by itself.