fefer
1st December 2011 07:29 UTC
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
1st December 2011 08:02 UTC
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
T.Slappy
2nd December 2011 05:51 UTC
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 :)