NOTE:

When deploying iManage Work Desktop for Windows using full offline installers:

  • Make sure to deploy all the prerequisites.

  • Deploy iManage Agent Services before deploying iManage Work Desktop for Windows.

  • Make sure that the iManage Work Destkop for Windows bitness matches Microssoft Office bitness installed in the user’s machine.

Deploying iManage Work Desktop for Windows using iManage Installer

To install iManage Work Desktop for Windows silently using iManage Installer, run the following command: iManageInstaller.exe /quiet.

Deploying iManage Work Desktop for Windows silently (when using enterprise software deployment tools)

  • To install iManage Work Desktop for Windows silently, run the following commands in the specified order.

    • iManage Agent Services: iManageAgentServices.exe /quiet
      iManage Auto Updates is enabled by default. You can disable the iManage Auto Updates functionality by using the following command line when installing iManage Agent Services: iManageAgentServices.exe /silent AUTO_UPDATE=0. The command line parameters are case-sensitive. 

    • Create the setup.iss file by running the following command: setup.exe /r /f1"c:\temp\setup.iss”, where:

      • /r means recording

      • "c\temp\setup.iss" is the output for the setup.iss file.

    • iManage Work Desktop for Windows 10.9.0:

      • For 64-bit Microsoft Office: iManageWorkDesktopforWindowsx64.exe /s setup.iss

      • For 32-bit Microsoft Office: iManageWorkDesktopforWindowsx86.exe /s setup.iss

    • (Optional) If you are installing iManage DeskSite 9.3.8 or iManage FileSite 9.3.8 in compatibility mode, run the following commands to install the relevant client in compatibility mode. 
      Setup.exe /s /v"/qn SERIALNUMBER=<serial number> EM_STATUS=OFF INT_3P=0"Or
      MsiExec.exe /i "<path to Full_Installer>.msi" /qn SERIALNUMBER=<serial number> EM_STATUS=OFF INT_3P=0"

NOTE:

iManageWorkDesktopforWindowsx86.exe and iManageWorkDesktopforWindowsx64.exe are are the offline full installer packages for iManage Work Desktop for Windows available for download from the iManage Support Help Center.

Uninstalling iManage Work Desktop for Windows silently

  • To uininstall iManage Installer, run the following command: iManageInstaller.exe /uninstall /quiet

  • To uninstall iManage Agent Service, run the following command: iManageAgentServices.exe /uninstall /quiet

  • To uninstall iManage Work Desktop for Windows, run the following command: "C:\ProgramData\iManage\Work\iManageWorkDesktopForWindows\iManageWorkDesktopforWindows.exe" /uninstall /quiet

NOTE:

If you have iManage DeskSite or iManage FileSite installed in Compatibility mode, refer to the Uninstalling DeskSite section in iManage DeskSite Installation Guide and the Uninstalling FileSite section in iManage FileSite Installation guide to uninstall iManage DeskSite and iManage FileSite respectively. 

Specifying the update server location

You can run the installer from the command line with the following argument: UPDATESERVERPATH=server_name.com/myupdateserver

For example: iManageInstaller.exe server_name.com/myupdateserver