This custom action creates a dialog box displaying rich text to your end users. It is similar to the Show a Readme dialog custom action except that the rich text box appears as a panel and cannot be scrolled contrary to the one in the readme dialog. Moreover all variables found in the rich text may be optionally replaced by their values. Property Name | Data Type | Description |
|---|
Caption | String | The title that appears on the dialog box or in the wizard's instruction panel. | | EvalForVar | Boolean | Indicates whether the rich text should be scanned for variables before it is displayed. If true, all variables found will be replaced by their values. | | NextCaption | String | Holds the text of the next button (wizard only). You can insert your own text. | Text | RichLines | Your License Agreement in Rich Text Format (RTF). Click on the '...' button to edit it with Rich Text Pad. | | WizardDescription | String | An additional description for the readme that will appear in the instruction bar (only used if you enable the Wizard interface theme). |
Note: this dialog can be used to replace the Welcome/End screens. You can also use it to show a "setting summary" before the file extraction process.
|