Installation Guide

General Rules of Thumb for Silent Installations
CSA must be stopped prior to creating the response le, and prior to running the installer
silently.
When running an installation silently, the system conguration must match as close as possible
to the system which the response le was created on. The idea here is to minimize the potential
for any unexpected dialogs during the install process. For example if the response le is
created on a machine where the ICM services are set to Manual and then run on a machine
whos ICM services are set to Automatic, the installation process displays an additional
dialog alerting you that the services have been set from Automatic to Manual. Since the
response le was created on a machine whose services were already set to Manual, it is not
expecting this dialog, which causes the installation to terminate abruptly and leave the system
in an invalid state requiring a manual recovery.
If, during the creation of the response le, you choose not to reboot the machine after the
install completes, remember to manually reboot any silently installed system prior to starting
the services.
Always verify that the Installer log matches the expected results. An incomplete installation
can have serious negative consequences if not properly identied.
Running a silent installation for the 7.2(1) ICM/IPCC Enterprise and Hosted Editions is a two
step process:
First, create a response le by running setup from a command prompt with two command
line arguments.
An example of the correct syntax is: C:\>ICM7[2].1(1)_72_build_17347-Release.exe
r f1c:\myanswerfilename.iss
The r ag is for recording the response le.
The f1 ag is the full path and lename for the resulting response le to be saved in.
Note: There is no space between the -f1 and the start of the le path. If no -f1 ag is
present, the response le is written to a default location.
When you have stepped through all of the setup process (which completes a full installation
the product on the machine recording the response le) the resulting response le can be
copied to any additional machine to be used during a silent installation.
Invoke a silent installation by running setup from a command prompt with the same syntax
as above, with the following exception: use s instead of r to indicate the installation runs
silently using the response le found at f1filepath ( Example:
C:\>ICM7[2].1(1)_72_build_17347-Release.exe s
f1c:\myanswerfilename.iss).
Verify that the silent installation completed successfully by checking the Installer log le to
make sure no errors were reported, and that the Installer ran to completion.
Installation Guide Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.2(1)
46
Chapter 4: - Silent Installation and Manual Recovery from Installer Failures
Silent Installations