Archive: MUI_FINISHPAGE_LINK doesn't compile


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


COuld you post your script so we can see if there is anything wrong with it?

Vytautas


<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


Now that you're mentioning it- I obviously forgot the defines..

Sorry!