Deployment in an Organization

Deployment in an Organization / Installing the Software—Administrators / Automated Deployment on Multiple Devices / Remote Desktop Services (Terminal Services) / Uninstalling

Uninstalling

In order to uninstall Antidote, the users on the server must be disconnected. It is not enough for them to quit Antidote.

Uninstalling the software involves using all of the following command lines that apply to your situation (they mention different GUID product codes):

For Antidote 12:

msiexec /x {C9A3C767-F1E3-4B93-AA8D-03FD6AAFA4D1}

For the French Module:

msiexec /x {C9A3C767-F1E3-4B93-AA8D-03FD6AAFA4D2}

For the English Module:

msiexec /x {C9A3C767-F1E3-4B93-AA8D-03FD6AAFA4D3}

For Connectix:

msiexec /x {C9A3C767-F1E3-4B93-AA8D-03FD6AAFA4D4}

To uninstall silently, add the /qn switch, as in the following example using Antidote’s product code:

msiexec /qn /x {C9A3C767-F1E3-4B93-AA8D-03FD6AAFA4D1}

The same result can be achieved by applying the following procedure while logged on with an administrator’s account.

  1. Ensure that the prerequisites are met.
  2. Open the Windows Control Panel (Programs and Features or Uninstall a Program).
  3. Select all of the following products (if present), then select Uninstall:
    • Antidote 12
    • Antidote 12 - English module
    • Antidote 12 - Module français
    • Antidote - Connectix 12
    • Download Assistant

For a complete example of an uninstallation script, see Example Script for Uninstalling Antidote 12.