Skip to content
⌘ NSIS Forum Archive

MUI_FINISHPAGE_LINK doesn't compile

4 posts

AndiG#

MUI_FINISHPAGE_LINK doesn't compile

Using latest CVS snapshot, error message is:
Invalid command: MUI_FINISHPAGE_LINK_LOCATION

Am I doing something stupid here?

Cheers,
Andi
AndiG#
<snip>

!define MUI_FINISHPAGE ;Finish page with options to run the program or reboot
!define MUI_FINISHPAGE_RUN "$INSTDIR\cpuidle.exe" ;Option to run a file
!define MUI_FINISHPAGE_SHOWREADME "$INSTDIR\doc\index.html"
!define MUI_FINISHPAGE_NOAUTOCLOSE

MUI_FINISHPAGE_LINK "www.cpuidle.de"
MUI_FINISHPAGE_LINK_LOCATION "www.cpuidle.de"
<snip>

Both last lines lead to an error