PDA

View Full Version : How to set a cancel situation



NewsArchive
10-17-2010, 08:25 AM
I have a dialog window with 2 radio buttons on it. I select RB2 and then
click Next. What variable can I set to have the install abandon at that
point?

I do not want to Exit Installation at that point but show the Finish screen
as if the installation has been Cancelled.

In other words, there must be a variable within SB that detects the Cancel
button has been pressed and terminates the installation via the Finish
screen and it is that I wish to simulate.

TIA

John Fligg

NewsArchive
10-17-2010, 08:25 AM
John,

> I have a dialog window with 2 radio buttons on it. I select RB2 and then
> click Next. What variable can I set to have the install abandon at that
> point?
>
> I do not want to Exit Installation at that point but show the Finish
> screen as if the installation has been Cancelled.
>
> In other words, there must be a variable within SB that detects the Cancel
> button has been pressed and terminates the installation via the Finish
> screen and it is that I wish to simulate.

Well, this is a very good question. And the short answer is, it's not
possible yet.

But I have added a new "Cancel Wizard..." function now to handle this
scenario. This new function programmatically simulates the 'Cancel' button
in the script.

Friedrich

NewsArchive
10-17-2010, 08:26 AM
Excellent! Thank you Friedrich.

John