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 pageIf 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 DutchWhat is wrong ???
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
Thanks for any help