Symptom:
How does the Installer find the parameters?
Solution:
On the target computer, the Installer evaluates the ParamFiles section of the Installer configuration file (sxpengxx.ini). This section specifies the file names and path names of the parameter files to be used by the Installer and the section where the Installer finds the parameters for the particular target computer. Ensure this section is filled in and processed automatically when you create, package, distribute, and install parameters using the Packager and Installer.
Sample sxpengxx.ini and param.ini files for a target computer follow:
[ParamFiles]
C:\installationpath_of_Installer\param.ini=APM10
The param.ini file contains the names of the parameters to be used and their values. The values must not contain further variables or parameters, such as environment variables, because they cannot be resolved.
[APM10]
ServerName=MyServer
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|