Skip to content
⌘ NSIS Forum Archive

MUI_PAGE_FINISH disable Cancel button

7 posts

jammusi#

MUI_PAGE_FINISH disable Cancel button

When the finish page is displayed (mui2) the cancel button is enabled.
Clicking the button has no affect - the page is still displayed.

Two questions please:
1. Does the cancel button has a callback function?

2. Is there a way to make this button disable.
(In my case the button is enabled because i am not using the INSTFILES page. Adding the page - disabled the button).
You can understand that i do not want to use the page :-)

Tx

Jammusi
jpderuiter#
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.
jammusi#
Thanks

Another one please...
Is there a way to add a check box to the standard uninstall finish page - same as with the install page (using MUI_FINISHPAGE_RUN)?

tx
jpderuiter#
You might want to try a search yourself the next time...

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.
jammusi#
1. Thank you very much!!!

2. Its a good practice to search first - but its even better to find it.

I did search but couldn't find much info
jpderuiter#

...
jammusi#
Cool
Thanks

I saw documentation for the finish page
I didn't realize it also applies to uninstaller as well