MultipleChoiceDlg

Show Multiple Choice Dialog

Related Topics Link IconRelated Topics

Definition

Use this command to create a dialog box that contains multiple option buttons.
The user can only select one option at a time.

The selected option will be stored in a user-defined, local variable and is valid for the complete installation package and for all other installation packages called by this specific installation package

Settings

Input

  • Text for dialog box
    Type the text you want to appear in the multiple choice dialog box.
    (Please note that the text you enter will not be displayed in the title bar; by default, the title bar always contains the name of the installation package you create the dialog box for.)
  • List of options
    Enter the options for your dialog box using the following syntax: <Variable value>=text. Add the "And" sign (&) to underline the character following the & sign.
  • Variable name
    Enter the name of the variable (omitting the % sign) you want to use to store the selected value.