Share

Silent Windows uninstall

Major release with local media on the client

If the installation media is on the client machine, you can uninstall using the following steps:

  1. Open a command prompt as administrator.

  2. Navigate to the root of the product media folder.

  3. Enter the following command at the prompt:

    setup.exe -i uninstall --silent

Major release without local media on the client

If you don't have local media on the client, but have installed the product on the client, follow these steps:

  1. Open a command prompt as administrator.

  2. Run the following command line:

    "C:\Program Files\Autodesk\AdODIS\V1\Installer.exe" -i uninstall --silent -m C:\ProgramData\Autodesk\ODIS\metadata\upi2\bundleManifest.xml
Note: The upi2 value in the above command line is a long product identifier; you can find it in either of these two ways:
  • as the parent folder name of the Bundle manifest for the product you want to uninstall
  • from the setup.xml located in the CDROM root for the product, for example: CDROM_MFIsetup.xml.

For example:

"C:\ProgramFiles\Autodesk\AdODIS\V1\Installer.exe" -i uninstall --silent -m C:\ProgramData\Autodesk\ODIS\metadata{5320B971-D86B-442A-80A9-779EBF3516B8}\bundleManifest.xml

Uninstall an update from a Windows client

Updates need to be uninstalled with a major release.

  1. Open a command prompt as administrator.

  2. Navigate to the root of the product media folder of the major release.

  3. Enter the following command at the prompt:

    Setup.exe -i uninstall --silent

Was this information helpful?