Archive: MUI_PAGE_FINISH more than one checkbox


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"


You can use the ShowReadme checkbox. You can rename it (and change its behavior) using the MUI macros.
http://nsis.sourceforge.net/Docs/Mod...02/Readme.html


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 :)