Old 6th October 2004, 06:47   #1
gmellor
Junior Member
 
Join Date: Apr 2004
Posts: 4
3LINES for uninstaller

In my installer, I'm using

!define MUI_WELCOMEPAGE_TITLE_3LINES
!define MUI_FINISHPAGE_TITLE_3LINES

because my Name is longish, and it works nicely. Is there an equivalent for the uninstaller?

TIA
gmellor is offline   Reply With Quote
Old 6th October 2004, 12:37   #2
scully13
Senior Member
 
Join Date: Apr 2004
Posts: 130
Use the same define(s) but repeat it with your uninstall insertmacro like so:

!define MUI_FINISHPAGE_TITLE_3LINES
!insertmacro MUI_PAGE_FINISH

!define MUI_FINISHPAGE_TITLE_3LINES
!insertmacro MUI_UNPAGE_FINISH

The same would go for MUI_WELCOMEPAGE_TITLE_3LINES.
scully13 is offline   Reply With Quote
Old 7th October 2004, 00:14   #3
gmellor
Junior Member
 
Join Date: Apr 2004
Posts: 4
Thanks, worked nicely. And now I have found this in the MUI documentation:

"Page Settings apply to a single page and should be set before inserting a page macro. If you have multiple pages of one type and you want to set a setting for all them, put the setting before each page macro."
gmellor is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast 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