Uninstall plug-ins using MSI

You can uninstall the Google Chrome and Java plug-ins using the Microsoft Windows Installer (MSI).

Note: The feature is available for the following releases:
  • Enterprise Client 11.3.1.x releases, starting from Version 11.3.1.5
  • Enterprise Client 11.3.5.x releases, starting from Version 11.3.5.1.

You can uninstall the plug-ins using one of these methods:

  • Installation wizard
  • Silent installation

Procedure

  • Installation wizard
    1. Open the command prompt in Run as administrator mode.
    2. Enter the path of the MSI plug-in file.
      For example: "C:\Program Files (x86)\Automation Anywhere\Enterprise\Client\plugins\AAAEChromePlugin.msi"
    3. In the wizard that appears, click Uninstall.
      When the uninstallation is complete, the following message appears: Plug-in plug-in name uninstalled successfully.
    4. Click OK to close the message.
    5. Click Close, and then click Finish.

  • Silent installation
    1. Open the command prompt in Run as administrator mode.
    2. Enter the command-line arguments and path of the MSI plug-in file to complete the uninstallation process.
      For example: msiexec.exe /i "C:\Program Files (x86)\Automation Anywhere\Enterprise\Client\plugins\AAEChromePlugin.msi" /qn INSTALLATIONMODE=Uninstall