Skip to content

Show a License Agreement

You can use this action to show your own license agreement text. Users must agree with it before continuing (they can choose between Yes or No). Clicking No will immediately close the package.

Property NameData TypeDescription
CaptionStringThe title that appears on the dialog box or in the wizard’s instruction panel.
EvalForVarBooleanIndicates whether the rich text should be scanned for variables before it is displayed. If true, all variables found will be replaced by their values.
LicEndStringThe text which appears after the License Agreement and asks end users to choose between Yes or No. You can use the standard resource string #LicEnd
LicIntroStringThe text which invites end users to read your License Agreement. You can use the standard resource string #LicIntro
ForceMarkdownViewerBooleanWhen 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.
TextRichLinesYour License Agreement in Rich Text Format (RTF). Click the ’…’ button to edit it with Rich Content Editor.