Show an Information Panel
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 all variables found in the rich text can 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 or Continue button. You can insert your own text. Otherwise, leave it to #Next or #Continue resource strings. |
| ForceMarkdownViewer | Boolean | When True, forces the legacy Markdown viewer even if WebView2 is available on the end user’s system. Default: False. Use this if you need consistent rendering across all systems. |
| Text | RichLines | The text that should be displayed in the text box in Rich Text Format (RTF). Click the ’…’ button to edit it with Rich Content Editor. |
| WizardDescription | String | An additional description for the information panel that will appear in the instruction bar (only used if you enable the Wizard interface theme). |
Action Catalog Browse all available custom actions.