Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Installing from the Command Line

Desktop Import/Export and the corresponding Work client commands can be silently installed from the command line by running the Windows Installer (msiexec.exe) with the appropriate command line switches and properties.

Installing from the Command Line

To install the Desktop Import/Export from the command line

  1. Download the appropriate MSI installer from the Prosperoware support site.

  2. Open Command Prompt or Windows PowerShell.

  3. Navigate to the folder containing the MSI installer.

  4. Run msiexe.exe with at least the /i and /q switches and set the properties listed in the Installer Properties table below.

Example

The following command silently installs the main application, Work client commands, and enables full logging.

msiexec /i DesktopImportExportSetup.19.2.216.x86.msi /qn /lv*x "C:\logs" ADDLOCAL="Binder,ExcelAddIn,NrlHandler,Commands,Litigator” LICENSE_FILE=”C:\Users\Milanadmin\Desktop\license.xml”

  • No labels