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.
Uninstall ELM Advisor
ELM67_xxx.msi /qnx REMOVE="ELMAdvisorFeature"
Details about installing all the ELM features:
Switch
Explanation
|
EEM67_43.msi
The ELM install package for build 123.
|
Switch
Explanation
|
/qnx
MSI operation with no user interface, and uninstall the product.
|
Switch
Explanation
|
REMOVE="ELMAdvisorFeature"
Uninstall the ELM Advisor.
|
Uninstall TNT Agent
EEM67_xxx.msi /qnx REMOVE="ELMAgentFeature"
Details about installing all the ELM features:
Switch
Explanation
|
EEM67_43.msi
The ELM install package for build 123.
|
Switch
Explanation
|
/qnx
MSI operation with no user interface, and uninstall the product.
|
Switch
Explanation
|
REMOVE="ELMAgentFeature"
Uninstall the ELM Advisor.
|
Uninstall All Features and Delete Databases
EEM67_xxx.msi /qnx REMOVE="ELMServerFeature,ELMWebViewerReportsFeature,ELMConsoleFeature,ELMAdvisorFeature,ELMAgentFeature" TNT_DELETE_ALL_DATABASES="1"
Details about installing all the ELM features:
Switch
Explanation
|
EEM67_43.msi
The ELM install package for build 123.
|
Switch
Explanation
|
/qnx
MSI operation with no user interface, and uninstall the product.
|
Switch
Explanation
|
REMOVE="ELMServerFeature, ELMWebViewerReportsFeature, ELMConsoleFeature, ELMAdvisorFeature, ELMAgentFeature"
Uninstall all features. Do not allow spaces around any commas.
|
Switch
Explanation
|
TNT_DELETE_ALL_DATABASES="1"
Delete the ELM databases.
|
Uninstall ELM Server and Delete Databases
EEM67_xxx.msi /qnx REMOVE="ELMConsoleFeature"
Details about installing all the ELM features:
Switch
Explanation
|
EEM67_43.msi
The ELM install package for build 123.
|
Switch
Explanation
|
/qnx
MSI operation with no user interface, and uninstall the product.
|
Switch
Explanation
|
REMOVE="ELMConsoleFeature"
Uninstall the ELM Console.
|
Uninstall ELM Server and Delete Databases
EEM67_xxx.msi /qnx REMOVE="ELMServerFeature,ELMWebViewerReportsFeature" TNT_DELETE_ALL_DATABASES="1"
Details about installing all the ELM features:
Switch
Explanation
|
EEM67_43.msi
The ELM install package for build 123.
|
Switch
Explanation
|
/qnx
MSI operation with no user interface, and uninstall the product.
|
Switch
Explanation
|
REMOVE="ELMServerFeature, ELMWebViewerReportsFeature"
Uninstall the ELM Server and Web Viewer features. Do not allow spaces around any commas.
|
Switch
Explanation
|
TNT_DELETE_ALL_DATABASES="1"
Delete the ELM databases.
|
|