Install Console

Top  Previous  Next

All switches must be provided on a single line, and will typically wrap in a command prompt window.  Examples have been formatted without carriage returns so they can be used to jump-start an install.  Just copy/paste into a command prompt, and then edit.  Values in red will typically need to be modified for your environment.

Install ELM Console Only

EEM67_xxx.msi /qn TNT_INSTALL_MODE="Install" ADDLOCAL="ELMConsoleFeature" INSTALL_DIR="C:\Program Files\ELM Enterprise Manager" TNT_AGENT_INSTALLED="0" TNT_SERVER_INSTALLED="0" TNT_WEB_VIEWER_INSTALLED="0"TNT_INSTALL_AGENT="0" TNT_INSTALL_CONSOLE="1" TNT_INSTALL_SERVER="0" TNT_INSTALL_WEB_VIEWER="0" TNT_UNINSTALL_ADVISOR="0" TNT_UNINSTALL_AGENT="0" TNT_UNINSTALL_CONSOLE="0" TNT_UNINSTALL_SERVER="0"

Details about installing all the ELM features:

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.