...
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.
...
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.Binder.ClientInstaller.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. |