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
I never see the finishing page
!insertmacro MUI_PAGE_FINISH
!define MUI_FINISHPAGE_RUN "$INSTDIR\Mapscope.exe"
If I do it in this order :
The finishing page is shown but without any text with the checkbox
!define MUI_FINISHPAGE_RUN "$INSTDIR\Mapscope.exe"
!insertmacro MUI_PAGE_FINISH
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