Skip to content
⌘ NSIS Forum Archive

MUI_PAGE_FINISH more than one checkbox

3 posts

fefer#

MUI_PAGE_FINISH more than one checkbox

Hi,

In my code I have MUI_PAGE_FINISH page with one checkbox and I want to define 2 checkbox, how can I do it?

my code:

!define MUI_FINISHPAGE_RUN
!define MUI_FINISHPAGE_RUN_TEXT "Run App"
!define MUI_FINISHPAGE_RUN_FUNCTION "StartApp"
MSG#
You can use the ShowReadme checkbox. You can rename it (and change its behavior) using the MUI macros.
T.Slappy#
Finish page is created using nsDialogs.
Feel free to modify file Contrib/Modern UI 2/pages/Finish.nsh - add so many checkboxes as you wish 🙂