Previous Topic: Software Delivery-specific ParametersNext Topic: Common System-specific Parameters


Package-specific Parameters

The following is an overview of package-specific parameters used in SXP products:

$(SxpRootDirn)

nth root directory. Specifies the parameter supplied by the reference system in the automatic method, which is assigned in the info.sxp file. It is used in all SXP archive files, in which the product files and directories are described (files.sxp, dirs.sxp, files.cmp).

You can change the installation paths, if you intend to parameterize. For example, replace the hardcoded path name in the first line following with the parameter, as shown in the second line:

SxpRootDir1=C:\APP
SxpRootDir1=$(Product_a_InsPath)
$(SxpRootDirShortn)

Specifies the abbreviated form of the SxpRootDirn directory (8.3 format).

$(SxpRFilen)

nth response file. Specifies the parameter used in the original.sxp archive file. The value of the parameter is set by the Rfilen=value statement in the original.sxp file.