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="ELMAdvisorFeature"
Install the ELM Advisor. This feature must match-up with a TNT_INSTALL_ADVISOR="1" switch.
|
Switch
Explanation
|
INSTALL_DIR="C:\Program Files\ELM Enterprise Manager"
Install the Agent 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. There is no Agent, Server or Web Viewer currently installed.
|
Switches
Explanation
|
TNT_INSTALL_ADVISOR="1"
TNT_INSTALL_AGENT="0"
TNT_INSTALL_SERVER="0"
TNT_INSTALL_WEB_VIEWER="0"
Think of these as a set. Install the ELM Advisor, but do not install an Agent, Server nor a Web Viewer. Since the ELM Advisor is the only feature listed, the TNT_INSTALL_ADVISOR switch must be specified.
|
Switches
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.
|