July 2004
Beginner to intermediate
304 pages
5h 55m
English
Each of the four custom code types has a proxy class that provides methods extending the custom code classes to access information in an InstallAnywhere installer and locate and access resources. Each of these proxy classes provides a method called getVariable() and substitute(). Both of these methods can be used to access InstallAnywhere variables from within your custom code.
substitute public java.lang.String substitute(java.lang.String var)
This method fully resolves a string that may contain embedded InstallAnywhere variables.
The string returned is guaranteed to resolve all InstallAnywhere variables embedded in the parameter passed to this method. Variables contained (embedded) within the ...
Read now
Unlock full access