Parameter values used in PIF products can be of the following types:
A static value is entered and directly assigned to the parameter.
The value assigned to the parameter is a combination of static values and previously defined parameters, for example:
#parameter: $installdir , /opt/CA/installpath ; #parameter: $my_install_path , $installdir/myproduct ;
The end of a static parameter within a combined parameter is determined by one of the following characters:
. ; : \t \n \\ \" / , $ ( ) - { } white space
The value assigned to the parameter is the result of the execution of a command. Therefore, a command is provided instead of a static value, for example:
#parameter: $my_date , `date` ;
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|