Uninstall ArcGIS for Office

You can uninstall ArcGIS for Office from a single computer using the Control Panel, or from an enterprise using the command line.

Remove from a single computer

To uninstall ArcGIS for Office from a single computer, do the following:

  1. Click Start > Windows > Control Panel and click Programs and Features.
    A list of installed programs appears.
  2. Right-click the entry for the installed version of ArcGIS for Office and click Uninstall.

    The Windows installer removes ArcGIS for Office from the computer.

Note:
You can also run the setup file and click Remove to uninstall ArcGIS for Office.

Remove from the command line

To uninstall ArcGIS for Office from a large-scale deployment, do the following:

  1. Open an administrator command line and run one of the following registry commands to find the ArcGIS for Office product ID:
    • If the OS is 64 bit and Office is 64 bit or if the OS is 32 bit and Office is 32 bit, use the following command:
      reg query "HKEY_LOCAL_MACHINE\SOFTWARE\ESRI\ArcGIS for Office"
         /v "Product Id"
    • If the OS is 64 bit and Office is 32 bit, use the following command:
      reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ESRI\ArcGIS for Office"
         /v "Product Id"
  2. Type the following command to uninstall ArcGIS for Office, using the product ID obtained in the previous step:

    msiexec /x {Product Id} /q