Description:This action very simply sets a variable to the value of another variable. InstallAnywhere sets a variable to a reference not the actual value of another by default.
Input InstallAnywhere Variables
$PASSBYVALUE_Variable$: Name of the variable you would like to set.
$PASSBYVALUE_Value$: Value you would like to set the variable to; for example, $VALUE$.
Output InstallAnywhere Variable
The variable specified in $PASSBYVALUE_Variable$ gets set to the resolved value of the variable in $PASSBYVALUE_Value$.