Vector PC-Duo Technical Information Page 140

  • Download
  • Add to my manuals
  • Print
  • Page
    / 143
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 139
140
Examples
The following examples use command lines to install PC-Duo Host:
MSIEXEC
SETUP
Start/Wait
MSIEXEC
The following two examples use command lines to install PC-Duo Host using msiexec.
The first example silently runs the PC-Duo Host installer file located in the
C:\Program Files\Vector Networks\Host directory and suppresses the REBOOT
at the end of the installation, and then, through PHSETUP commands, assigns the Host
computer name to “apple,” sets the password to “core.”
msiexec /qn /I Host.msi LICENSE=1234567890 REBOOT=Suppress
HOSTSETTINGS=”name:apple password:core” INSTALLDIR=”c:\Program
Files\Vector Networks\Host”
NOTE: For the MSI install, follow the "/I" immediately by its parameter, the package name.
The second example silently runs the PC-Duo Host installer file Host.msi and
applies the transform file STANDARDHOST.MST. Transform files can be created using the
PC-Duo Deployment Tool. This example assumes all files are in the current working
directory with the appropriate paths specified as needed.
msiexec /qn /I Host.msi TRANSFORMS=”StandardHost.mst"
SETUP
The following example silently installs PC-Duo Host from the SETUP.exe file located in
the C:\Program Files\Vector Networks\Host directory and suppresses the
REBOOT at the end of the installation, and then, through PHSETUP commands, configures
the Host computer name to “apple,” sets the password to “core.”
setup.exe /s /v”/qn LICENSE=1234567890 REBOOT=Suppress
HOSTSETTINGS=\”name:apple password:core\
INSTALLDIR=\”c:\Program Files\Vector
Networks\Host\”Networks\Host\””
NOTE: Make sure that INSTALLDIR is the last argument in the sequence when
using long file names.
Start/Wait
Page view 139
1 2 ... 135 136 137 138 139 140 141 142 143

Comments to this Manuals

No comments