Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 8th April 2005, 11:19   #1
lardus
Junior Member
 
Join Date: Apr 2005
Posts: 6
Cool customising the top text on custom pages

I have a couple of custom install option pages in my installer. I would like to customize the "top text" but I'm not sure how.
I've found example of customising the text on built-in pages, like the following:

; APP Installation directory Page
!define MUI_DIRECTORYPAGE_VARIABLE ${APP_INST_DIR}
!define MUI_PAGE_HEADER_TEXT "APP Installation folder location."
!define MUI_PAGE_HEADER_SUBTEXT ""
!define MUI_DIRECTORYPAGE_TEXT_TOP "Please select the folder where APP has
been installed. If you are unsure where APP! has been installed, please keep
the default value."

However, this doesn't really suggest a way to customise the text outside the custom panel on my custom page..

cheers
alex
lardus is offline   Reply With Quote
Old 8th April 2005, 11:24   #2
Yathosho
Forum King
 
Yathosho's Avatar
 
Join Date: Jan 2002
Location: AT-DE
Posts: 3,165
Send a message via ICQ to Yathosho
not sure if i understood your post, you're probably looking for the caption command
Yathosho is offline   Reply With Quote
Old 8th April 2005, 11:28   #3
lardus
Junior Member
 
Join Date: Apr 2005
Posts: 6
Hi Yathosho
thanks for writing back.
Just this very minute I've found out how to do what I'm looking for: in my function for showing the custom page, I just need a line like the following:

!insertmacro MUI_HEADER_TEXT "title text here" "subtitle"

this works fine.

alex
lardus 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