Skip to content
⌘ NSIS Forum Archive

custom page

4 posts

sioloki#

custom page

Hi,

I want add a text near the NSIS icon on a custom page.

like this screenshot where the text is "Choose Components"


Thank's

Sio.
MSG#
MUI_PAGE_HEADER_TEXT & MUI_PAGE_HEADER_SUBTEXT.

See the MUI2 readme: http://nsis.sourceforge.net/Docs/Mod...02/Readme.html
sioloki#
Ok thank you.

LangString PAGE_TITLE ${LANG_ENGLISH} "Title"
LangString PAGE_SUBTITLE ${LANG_ENGLISH} "Subtitle"

!insertmacro MUI_HEADER_TEXT $(PAGE_TITLE) $(PAGE_SUBTITLE)