Installing from the Command Line
Power Desktop 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 Power Desktop from the command line
Download the appropriate MSI installer from the Litera Customer Center.
Open Command Prompt or Windows PowerShell.
Navigate to the folder containing the MSI installer.
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.exe Command Line Switches
For a full overview of the Windows Installer command line switches, refer to Microsoft's Command-Line Options page.
Option | Parameters | Description |
---|---|---|
/i | msi_filename | The file name of the MSI to install. For example, Prosperoware.PowerDesktop.x.msi. |
/q | n|b|b!|f | Sets the user interface level.qnNo UIqbBasic UIqb!Basic UI, with Cancel button hiddenqfFull UI |
/l | v|x|*|logfile | Writes logging information to a log file.vVerbose outputxExtra debugging information*Logs all information except v and x levels.logfileAn existing path to the log file. |
Installer Properties
Property | Description |
---|---|
ADDLOCAL | A comma-separated list of the components to install.
|
LICENSE_FILE | The path to the license.xml file. |