Switch
Explanation
|
EEM67_43.msi
The ELM install package for build 123.
|
Switch
Explanation
|
/qn
MSI operation with no user interface.
|
Switch
Explanation
|
TNT_INSTALL_MODE="Install"
Perform an installation of features.
|
Switch
Explanation
|
ADDLOCAL="ELMConsoleFeature"
Install the ELM Console. This feature must match-up with a TNT_INSTALL_CONSOLE="1" switch.
|
Switch
Explanation
|
INSTALL_DIR="C:\Program Files\ELM Enterprise Manager"
Install features to a folder under Program Files. If the folder doesn't exist, it will be created.
|
Switch
Explanation
|
TNT_AGENT_INSTALLED="0"
TNT_SERVER_INSTALLED="0"
TNT_WEB_VIEWER_INSTALLED="0"
Think of these as a set. A Service Agent, ELM Server and ELM Web Viewer are not currently installed.
|
Switch
Explanation
|
TNT_INSTALL_AGENT="0"
TNT_INSTALL_CONSOLE="1"
TNT_INSTALL_SERVER="0"
TNT_INSTALL_WEB_VIEWER="0"
Think of these as a set. Install the ELM Console, but no other feature. Since the ELM Console is the only feature listed, the TNT_INSTALL_CONSOLE switch must be specified.
|
Switch
Explanation
|
TNT_UNINSTALL_ADVISOR="0"
TNT_UNINSTALL_AGENT="0"
TNT_UNINSTALL_CONSOLE="0"
TNT_UNINSTALL_SERVER="0"
Think of these as a set. Do not uninstall the Advisor, Agent, Console, nor Server.
|