Properties File Reader Action

InstallAnywhere 2024 R2

The Properties File Reader custom code plug-in action enables you to turn properties from a properties file into InstallAnywhere variables.

Classname

com.zerog.ia.customcode.action.PropertiesFileReader

InstallAnywhere Input Variables

The following input variables are used with the Properties File Reader plugin action:

InstallAnywhere Input Variables Used with the Properties File Reader Plug-In

Variable

Description

$PROPERTIES_FILE_LOCATION$

The location of the properties file.

$SUBSTITUTE_VARIABLES$

(Optional) Set to TRUE if you want to substitute InstallAnywhere variables found in values. Set to FALSE if you do not want to substitute. TRUE is the default value.

$PROPERTIES_TO_IGNORE$

(Optional) Set to a comma-separated list of properties in the properties file to ignore. For example: USER_INSTALL_DIR,MY_PROP_1

$OVERRIDE_EXISTING_VARIABLES$

(Optional) Set to TRUE if you want to override existing variables with properties from the properties file. Set to FALSE if you do not want to override existing variables.

InstallAnywhere Output Variables

None.