I have a dialog YES/NO as responses.
if %YesNoResult% = NO
Show Message Box "We're here"
assign value %PreventNextPage% = TRUE
Show Message Box "%PreventNextPage%"
endif
assign value %RadioPalm%= NO
if %PalmUser% <> "Do Not Install"
assign value %RadioPalm% = YES
AssignValue %PalmUserDir% = %PalmDir%\%PalmUser%\SS
endif
---
I get the "we are here" dialog; but it still goes to the next page. The second dialog box is TRUE.
I did a cut & Paste on all lines for %PreventNextPage% so I know it's right... (as copies from the help screen)
if %YesNoResult% = NO
Show Message Box "We're here"
assign value %PreventNextPage% = TRUE
Show Message Box "%PreventNextPage%"
endif
assign value %RadioPalm%= NO
if %PalmUser% <> "Do Not Install"
assign value %RadioPalm% = YES
AssignValue %PalmUserDir% = %PalmDir%\%PalmUser%\SS
endif
---
I get the "we are here" dialog; but it still goes to the next page. The second dialog box is TRUE.
I did a cut & Paste on all lines for %PreventNextPage% so I know it's right... (as copies from the help screen)
Comment