Skip to content
⌘ NSIS Forum Archive

link on MUI_finished page

3 posts

MindlessOath#

link on MUI_finished page

someone should whip up a tutorial for the 2 ways of adding links to the finished MUI page and add it to the archive. cause i still dont know what to do, all people have suggested was to edit an ini file, well noobs dont know anything about that.

just a FYI, and thanks in advanced.

p.s. im not talking about *.url files, im talking about the blue URL links that you put ur mouse over and it opens the website when clicked, on the last page of install. 😁
Joost Verburg#
You only have to define MUI_FINISHPAGE_LINK and
MUI_FINISHPAGE_LINK_LOCATION before the page macro. That's all.
MindlessOath#
lol, duh i knew that. i guess i didnt know you had to have them before the finish page... bah, im getting to know a lot of things, usually by doing it wrong :P

thanks for the help 😁 it explains it in the help file, it just didnt explain where, or i possibly skipped over it, or didnt read a previos section 🙁

woot thanks.