Skip to content
⌘ NSIS Forum Archive

newb - creating a custom page ...?

3 posts

Bansaw#

newb - creating a custom page ...?

Between the standard pages I have put my own custom page.

Page Custom CustomPage

and created a function called CustomPage which is called.

However, how do I set up the the page title, header and display some text for example so it looks like a regular page?

I can then add some options with a .ini file I think. But, thats my next question!
redxii#


But not mentioned in there, this changes the header text:

!insertmacro MUI_HEADER_TEXT "Header" "SubText"

Replace Header and SubText with whatever you want of course.
Wizou#
@Bansaw: you can be a newb, and search the info in NSIS help file, or use the search feature of this forum... before asking for help..

Read the whole chapter 4.5 of NSIS help file.