Uninstalling iManage Drive from source installer

To uninstall iManage Drive, use the following commands:

"C:\Program Files (x86)\InstallShield Installation Information\{GUID}\setup.exe" -runfromtemp -l0x0409 -removeonly -s -f1"C:\Program Files\iManage\Drive\{version}\program\support\SXSUninstall.iss"

Where:

  • -runfromtemp: Allows the setup author to always clone the setup and run it from the temporary directory

  • -l0x0409b Sets the uninstall language to English

  • -removeonly: Flags to uninstall the software

  • -s: Silent install command

  • -f1: Option to specify where the response file is located

This command requires that you know the unique GUID that iManage Drive is installed under and the path with the version of the SXSUninstall.iss file that handles the uninstallation. To information how to find the GUID number, refer to Finding the GUID information.

Uninstalling iManage Drive using specific GUID instance

If you want to uninstall iManage Drive using specific GUID instance, do the following:

  1. Run the following command: iManageDriveSetup.exe /ig{InstanceGUID} /s /removeonly /f1"C:\Program Files\iManage\Drive\{version}\program\support\SXSUninstall.iss"

    For example: iManageDriveSetup.exe /ig{iManageDrive-10.11.0440} /s /removeonly /f1"C:\Program Files\iManage\Drive\10.11.0440\program\support\SXSUninstall.iss"

  2. Run the following command, but use the specific GUID provided during the installation: "C:\Program Files (x86)\InstallShield Installation Information\{InstanceGUID}\setup.exe" -runfromtemp -l0x0409 -removeonly -s -f1"C:\Program Files\iManage\Drive\{version}\program\support\SXSUninstall.iss"

    For example: "C:\Program Files (x86)\InstallShield Installation Information\{iManageDrive-10.11.0440.

    To information how to find the GUID number, refer to Finding the GUID information.

Finding the GUID information

You can find the GUID information at the following:

  • 64-bit location: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\iManageDrive

or

  • 32-bit location: HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{GUID}