Skip to content
⌘ NSIS Forum Archive

2 checkboxes on the Finish Page (Modern UI)

4 posts

krompo#

2 checkboxes on the Finish Page (Modern UI)

hi everyone,

I found lots of articles here about how to add checkbox to finish page for either "Run MyApp" or "Create shortcut on Desktop" functionality. I am using Modern UI. The problem is that for both checkboxes you define MUI_FINISHPAGE_RUN. But when you define it for the first checkbox it is already defined and you can not use for the second one. Any idea how to overcome this?

Do you have an idea (or perhaeps what is the best way) how to have both these checkboxes on the Finish page at the same time (Run App + Create desktop shortcut chechboxes)?

thanks for any comment,
krompo
Afrow UK#
Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other people like you? This is the place.


-Stu
krompo#
thanks for hint Stu. But isn't there something less complicated? Since this is quite a common case I would expect there is already coded functionality for such a case. Do you have any idea?

krompo
Joost Verburg#
Yes, you can define a custom function to be called when the box is checked, see the Modern UI Readme.