Archive: Multiply options on the MUI_PAGE_FINISH


Multiply options on the MUI_PAGE_FINISH
Hello,

Is it possible to have different options, functions to perform, on the MUI_PAGE_FINISH page. I want to give the user the ability to decide what to do when the process is finished.
Should I create a custom page for this?
regards,
Ehsan


If you only need one or two, you can reuse (rename) the readme and launch program checkboxes. http://nsis.sourceforge.net/Docs/Mod...02/Readme.html

If you need more, then either modify the finish page in SHOW, or create your own custom page.