Installing or Uninstalling the CTERA Agent from the command Line
- 25 Apr 2022
- 1 Minute to read
- Print
- DarkLight
- PDF
Installing or Uninstalling the CTERA Agent from the command Line
- Updated on 25 Apr 2022
- 1 Minute to read
- Print
- DarkLight
- PDF
Article Summary
Share feedback
Thanks for sharing your feedback!
To install CTERA Agent using msiexec:
- Run the following command: msiexec /i agent-install.msi AGENTMODEBUTTON=x /qn
where:
agent-install.msi is the agent installation msi file. For example, CTERA-7.0.500.msi.
AGENTMODEBUTTON determines whether to install in a single instance for all users (x=0) or an agent per user (x=1).
/qn means that the UI level is set to no UI.
To uninstall CTERA Agent using msiexec:
- msiexec /uninstall agent-install.msi CLEANME=1
where:
agent-install.msi is the agent installation msi file. For example, CTERA-7.0.500.msi.
Was this article helpful?