AlertCentre Administrative Installation
An administrative installation is actually a two part
procedure.
First, an administrator creates a special copy of the
installation image (alertcentre.msi)
on the network. To do so, take the following steps:
- Launch a Command Prompt window and enter the following
commands:
cd location
msiexec /a alertcentre.msi TARGETDIR="netdir"
where location is either the drive containing the MKS AlertCentre CD or the
directory to which you extracted the contents of the electronic
distribution
and netdir is the directory on the network in
which you want to create the special installation image.
You can create a log file for a silent installation by
adding the following optional parameter to the
msiexec command:
/l*v logfile
where logfile is the name of the log file to be created.
The Welcome to the Setup for MKS AlertCentre dialog appears.
- Proceed with steps 3-5 of the standard installation
procedure described here.
- The Network Location dialog appears.
If you specified the TARGETDIR parameter to the
msiexec
command that launched the installer, that value appears
in the Network location: field; otherwise, a default
value (for example, C:/)
appears in that field.
You can the location by clicking Change and
entering the new field.
- Click Install to begin the installation of
MKS Toolkit files. The Installing MKS AlertCentre dialog appears and shows the
progress of the installation. When the installation is
complete, the Setup Completed dialog appears.
You can choose whether or not to display the release notes.
- Click Finish
to complete the installation. If you chose to display the
release notes, the installer launches a browser window
displaying these notes.
To use this installation image to install the MKS AlertCentre on an individual
system do the following:
cd network_location
msiexec /I alertcentre.msi
where network_location is the network drive on which
the installation image was created. You can then proceed with the
standard MKS AlertCentre installation procedure
described here. When you do so, the
serial number field will be hidden, eliminating the need for it to be
entered for each individual installation.
Return to main MKS Installation page.
|