Mui_finishpage_link
I can't seem to get MUI_FINISHPAGE_LINK and MUI_FINISHPAGE_LINK_LOCATION to work. Can somebody provide a code sample. Thanks.:eek:
Archive: Mui_finishpage_link
Mui_finishpage_link
I can't seem to get MUI_FINISHPAGE_LINK and MUI_FINISHPAGE_LINK_LOCATION to work. Can somebody provide a code sample. Thanks.:eek:
Errors? Warnings? What do you mean by can't get it to work? Are you using the latest CVS version (as in from today)?
I am using version 2.0 beta 3 which I downloaded June 28th.
I am trying to get a finish page with a checkbox or a hyperlink that the user selects to go to a web site. So using MUI_FINISHPAGE_LINK I would expect a hyperlink to show up on the finish page but instead the finish page just has the standard text and no hyperlink or checkbox. Here is my code:
!define MUI_FINISHPAGE
!define MUI_FINISHPAGE_LINK "Click here to go to my site"
!define MUI_FINISHPAGE_LINK_LOCATION "http://mywebsite"
I have also tried:
!define MUI_FINISHPAGE_RUN "C:\Program Files\Internet Explorer\IEXPLORE.EXE http://mywebsite"
and this also fails:
!define MUI_FINISHPAGE_RUN "$INSTDIR\start.htm"
Thanks for you help.
Links are only available in the latest CVS version. Get it by using NSIS Update or downloading the nightly snapshot from http://nsis.sf.net/.
Shouldn't you remove the link, because it crashes on Win9x/NT, or has this issue been fixed now?
-Stu
Has been fixed.
That's great!
I can add it to the D-Day Updater now...
-Stu :) :)
Check you are not setting the reboot flag, as if a reboot dialog appears, then finish links and readme links don't seem to (or not that I can get them to).
Originally posted by mgillespieHe was trying to get links to work in NSIS2b3 while IO links were only released not long ago in latest cvs.
Check you are not setting the reboot flag, as if a reboot dialog appears, then finish links and readme links don't seem to (or not that I can get them to).