System information

138
MSIEXEC variables
Any of the following MSIEXEC parameters can be included when you implement
command line installation of PC-Duo Host. Modify these directly in the.MSI file or apply
them to a .MST transform file.
NOTE: These property values are case sensitive. Do not change other values in the
.MSI file.
Property
Description
LICENSE
The required PC-Duo Host license key
that is distributed with the purchase of
the software.
HOSTSETTINGS
The required PC-Duo Host
configuration properties that are
passed to the PHSETUP utility.
See Configure Host from the
command line.
ARPSYSTEMCOMPONENT
Setting this value to "1" disables the
ability to Add/Remove/Modify the
product via the Control Panel.
NOTE: Default value "0" allows
users to modify the program
through Add/Remove Programs.
TRANSFORMS
Use the TRANSFORMS property to
specify any transforms (*.MST files)
to be applied to the installation
package. You can separate multiple
transforms with a semicolon. Do not
use the semicolon character in the
name of your transform because it will
be interpreted as a separator.
INSTALLDIR
Specify the directory in which to install
the software.
REBOOT { Force |
Suppress |
ReallySuppress }
Force: Always prompt for a reboot at
the end of the installation
Suppress: Suppress prompts for a
reboot at the end of the installation
ReallySuppress: Suppress all prompts
for reboots during the installation.
NOTE: The PC-Duo installer is
configured to reboot at the end of a
silent installation, unless otherwise
overridden by the REBOOT
parameter. This is true for both the
MSI and the Setup.exe.