Ask user for a choice | |
Displays a dialog box that lets you ask end users to select between two options (generally Yes or No but it is up to you). For instance, if they wish to install a component on their system or not (see components). You can also use the result of the question for a conditional if/then/else action.
The package will show a dialog box displaying the value of "PromptText" (the question) and two option boxes whose texts are defined by the values of "YesText" and "NoText". Users can only choose one of the two buttons (the answer). The variable specified by "Variable" is then set to the user's answer when the OK (or Next) button is pressed. If the "Yes" choice was highlighted, the variable's value is set to 1. Otherwise it is set to 0. If end users select the Cancel button, the package closes.
| ||||||||||||||||||||||||
Paquet Builder Help - Copyright © G.D.G. Software. All rights reserved.