Home > > > Orphaned Pages
MSI Installation Switches
This functionality is provided for network administrators – not for single user licenses to be copied to multiple machines – which is illegal. A license is required for each machine to which PDF-XChange is installed – except for evaluation use in demonstration mode.
Assuming you have a multiple user license – installing PDF-XChange to many workstations – it may be useful to be able to silently install without the need for any user interaction. This allows you to execute the install either from the command line with certain parameters and switches applied and distribute this with the main installation executable for your users to run directly – alleviating the need for the System Administrator to visit each user and install.
Please note as with any system device – such as a printer, full Administrator privileges are required to install on later 'Win32' versions of Microsoft Windows.
Here is an example of the full command line string available: Most items are optional unless otherwise stated
msiexec /Option <Required Parameter> [Optional Parameter] [PROPERTY=PropertyValue]
N.B. Please note that the indicated string content must begin and end with double quote marks (")! Possible options for msiexec are:
[/t <Transform List>] [/g<Language ID>]
n - no UI b - Basic UI r - Reduced UI f - Full UI (default)
i - Status messages w - Nonfatal warnings e - All error messages a - Start up of actions r - Action-specific records u - User requests c - Initial UI parameters m - Out-of-memory or fatal exit information o - Out-of-disk-space messages p - Terminal properties v - Verbose output x - Extra debugging information + - Append to existing log file ! - Flush each line to the log * - Log all information, except for v and x options
p - only if file is missing o - if file is missing or an older version is installed (default) e - if file is missing or an equal or older version is installed d - if file is missing or a different version is installed c - if file is missing or checksum does not match the calculated value a - forces all files to be reinstalled u - all required user-specific registry entries (default) m - all required computer-specific registry entries (default) s - all existing shortcuts (default) v - runs from source and recaches local package
* <id> for your target language can be found here: http://msdn.microsoft.com/en-us/library/ee825488(v=cs.20).aspx The “Language Culture Name” is used with EDITOR_LANGUAGE. – E.g. for German use de-DE ** <id> for your target language can be found here: http://msdn.microsoft.com/en-us/library/ee825488(v=cs.20).aspx Use the “Culture Code” for DDEFLANGID and PDEFLANGID. It is in hexadecimal, it must be converted to decimal for use. – E.g. for German use 1031 (1031 is decimal for the hex value 0x0407)