Remove Agents

It's easy to remove PerformanceGuard agents from computers.
Prerequisites:

  • You must be logged in to the computer with local administrator rights.
  • You must use the same .msi package that was used for the installation.
  • If the agent was installed on a per-user basis, you must use the same login that was used for the installation. If you don't use the same login, the installer won't be able to find the software to remove.
  • Components may be in use at the time of removal. If that's the case, a restart of the computer will be required after the removal has finished.

    You'll not be notified of this if you apply the /qn (silent) flags when you run the .msi.

Remove the PerformanceGuard agent using the following command line:

msiexec /x XXXXX.msi

Replace XXXXX.msi with the name of the agent installation file (note that names are different, depending on whether you use a 32-bit or a 64-bit agent installation file).
Removal usually takes less than a minute.

Silent Removal

If removing multiple agents you may want to keep the removal process completely transparent to the end users.


In that case, apply the /q (quiet) and /n (don't ask) parameters to the command line when removing:

msiexec /x XXXXX.msi /qn

Replace XXXXX.msi with the name of the agent installation file (note that names are different, depending on whether you use a 32-bit or a 64-bit agent installation file).

Search this documentation

On this page

In this section