You can create a response file for running a silent installation with no user interaction. Using a response file has the same effect as specifying CA_SETUP_MODE=UNATTENDED in the command line. A response file turns the installation into the silent, unattended mode.
The installer uses the properties in the response file to install the agent without prompting for user input.
Follow these steps:
parameter1=value1 parameter2=value2 ...
ca-setup CA_SETUP_RESPONSE_FILE="<name of the response file>" (Windows)
sh ca-setup.sh CA_SETUP_RESPONSE_FILE="<name of the response file>" (UNIX, Linux)
Specifies the path and name of the response file.
The installation uses the settings in the response file to run silently.
Copyright © 2013 CA. All rights reserved. |
|