Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

WINDOWS

GUI: Go to your Control Panel, select Programs and Features (or Add/Remove Programs), and uninstall the “Cloudamize Windows Agent” program.

...

The following steps will uninstall the Cloudamize Windows Agent quietly.

  1. Search for "cmd", right-click and select "Run as Administrator"

  2. Enter and run the following command: msiexec /x <path\to\msi_file> /qn

    • For example: msiexec /x C:\Cloudamize\CloudamizeAgent.msi /qn

 

Command-line with WMI:

  1. Search for "cmd", right-click and select "Run as Administrator"

  2. Enter and run the following command: wmic product where name="Cloudamize Windows Agent" call uninstall

Using Agent Utility:

The Agent utility software can be used to uninstall the Agent if the uninstallation fails using the GUI or Command line.

View file
nameAgentUtility.exe

 

LINUX

If you wish to remove the Cloudamize Agents go to the bin directory and run the uninstall command:

  1. sudo -s

    1. Enter the root password

  2. cd /usr/local/cloudamize/bin

  3. ./uninstall_cmizeagent.sh