CheckArchitectureRule |
The Check System Architecture rule allows developers to specify action or
files to be run/installed only on specific system architecture (32-bit or
64-bit).
|
CheckCustomRule |
Executes a custom code rule.
|
CheckFileFolderAttributesRule |
This Rule checks to see if the file/folder as specified by a path meets the
criteria as set forth by this rule.
|
CheckFileFolderExistsRule |
This Rule checks to see if the file to be installed already exists on the
target computer.
|
CheckFileModificationTimestampRule |
This rule allows developers to compare the timestamp of an existing target
file in order to make an overwrite decision.
|
Checki5OSLicensedProgramExistsRule |
System i (i5/OS) Licensed Program Exists Condition
This rule allows developers to determine if a licensed program, matched by
the Licensed Program Identifier, Option, and Release Level, exists on the
target i5/OS system.
|
Checki5OSPrerequisitePTFAppliedRule |
System i (i5/OS) Program Temporary Fix (PTF) Condition
This rule allows developers to determine if a PTF, matched by the Licensed
Program Identifier, PTF ID, Release Level, and PTF Status, exists on the
target i5/OS system.
|
Checki5OSPrimaryLanguageInstallRule |
A i5OSPrimaryLanguageInstallCondition allows developers
to compare one or more primary language settings with the primary
language of a target i5/OS system.
|
CheckLocaleRule |
Checks if the locale chosen by the end user at installation time satisfies
one of the evaluated locales.
|
CheckPlatformRule |
This class defines the Rule which checks the Current Platform on which the
application is being installed
Note - while adding "Windows (All)" in a check-platform rule using project
automation API, use string "^Windows.*";
|
CheckRunningModeRule |
This Rule determines the type of running mode set by the user for a
particular action group set of actions to be run under if maintenance support or upgrade
is enabled.
|
CompareRegularExpressionRule |
The Match Regular Expression rule allows developers to compare a string,
or InstallAnywhere Variable to a regular expression of the developers
choosing.
|
CompareVariableNumericallyRule |
Compares two IA variables numerically
|
CompareVariableRule |
Allows developers to make a simple string comparison of any InstallAnywhere variable.
|
CompareVersionRule |
|
Rule |
This class defines the abstract 'Rule' class from which all the rules inherit
|
TagRule |
This rule checks for Tags.
|