torrid
01-29-2011, 11:47 AM
Friedrich,
Figured out that last one... I don't start with Set Variable but just with the Detect ACtive Application and then set the variable in there...
New item...your help documentation shows $IDCANCEL$ ... if I put that in the box it shows in code and throws error that its not defined. It must be entered without the $ signs.
On Detect ACtive Application page in help file it shows:
If %_SB_RETURN% Equals "$IDCANCEL$" Then
Exit Installation
End
It should be:
If %_SB_RETURN% Equals "IDCANCEL" Then
Figured out that last one... I don't start with Set Variable but just with the Detect ACtive Application and then set the variable in there...
New item...your help documentation shows $IDCANCEL$ ... if I put that in the box it shows in code and throws error that its not defined. It must be entered without the $ signs.
On Detect ACtive Application page in help file it shows:
If %_SB_RETURN% Equals "$IDCANCEL$" Then
Exit Installation
End
It should be:
If %_SB_RETURN% Equals "IDCANCEL" Then