Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   Welcome page and finish page blank (http://forums.winamp.com/showthread.php?t=235879)

Coil 19th January 2006 04:36

Welcome page and finish page blank
 
My welcome page and finish page are white, with no text. I've used

PHP Code:

!define MUI_WELCOMEPAGE_TITLE "Welcome to the App ${VER_DISPLAY} Setup Wizard"
!define MUI_WELCOMEPAGE_TEXT "This will install io.\r\n$_CLICK"
!insertmacro MUI_PAGE_WELCOME 

It looks like it's just a text color or font issue, because when I use
PHP Code:

!define MUI_FINISHPAGE_RUN "$INSTDIR\app.exe" 

There's a check box there but no text!

Please point me in the right direction.. I've searched the forums and found some things but nothing seems to work.

Thanks.

Coil 19th January 2006 05:16

GEEZ I'm lame, all i had to do was

!insertmacro MUI_LANGUAGE "English"


and it works great. My mistake! HAAH

Takhir 19th January 2006 05:51

Also probably
"This will install io.$\n$_CLICK"
"$INSTDIR\app.exe"


All times are GMT. The time now is 05:17.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.