I have added a checkbox successfully to nsis installer's finish page defining functions for MUI_PAGE_CUSTOMFUNCTION_PRE
and MUI_PAGE_CUSTOMFUNCTION_SHOW
in finish page using MUI
.
But if I include MUI2
instead of MUI
, the check box is not displayed. I suppose there is something different in MUI2
than MUI
with respect to this. I could not find documentation on that an if anyone knows that, can I please know???
Thank you
MUI1 uses InstallOptions for the Welcome and Finish pages and MUI2 uses nsDialogs.
This is documented in the MUI2 readme:
Edit: Customize the page by using the nsDialogs commands in the show callback:
Or if you are not using the existing finish page checkboxes, you can use those for custom stuff without using the show callback...