Skip to content
⌘ NSIS Forum Archive

howto use MUI_FINISHPAGE_RUN

2 posts

Olibara#edited

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
jpderuiter#
Answered here:
Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other people like you? This is the place.