Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 14th March 2010, 08:54   #1
Olibara
Junior Member
 
Join Date: Jan 2008
Posts: 21
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
code:

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

I never see the finishing page
If I do it in this order :
code:

!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 :
Quote:
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

Last edited by Olibara; 14th March 2010 at 09:23.
Olibara is offline   Reply With Quote
Old 14th March 2010, 23:28   #2
jpderuiter
Major Dude
 
Join Date: Feb 2007
Posts: 570
Answered here:
http://forums.winamp.com/showthread....hreadid=317689
jpderuiter is offline   Reply With Quote
Reply
Go Back   Winamp Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump