Archive: howto use MUI_FINISHPAGE_RUN


howto use MUI_FINISHPAGE_RUN
Hello

I've tryed severall way to display the finishing page wwith the launch CheckBox

I got different level of errors

If I do it like this


!insertmacro MUI_PAGE_FINISH
!define MUI_FINISHPAGE_RUN "$INSTDIR\Mapscope.exe"
I never see the finishing page
If I do it in this order :

!define MUI_FINISHPAGE_RUN "$INSTDIR\Mapscope.exe"
!insertmacro MUI_PAGE_FINISH

The finishing page is shown but without any text with the checkbox
And I get a lot of warning like this :
warning: LangString "MUI_BUTTONTEXT_FINISH" is not set in language table of language Dutch
warning: LangString "MUI_BUTTONTEXT_FINISH" is not set in language table of language German
warning: LangString "MUI_BUTTONTEXT_FINISH" is not set in language table of language French
warning: LangString "MUI_BUTTONTEXT_FINISH" is not set in language table of language English
What is wrong ???
Thanks for any help

Answered here:
http://forums.winamp.com/showthread....hreadid=317689