Skip to content
⌘ NSIS Forum Archive

How to change the color, text, and icon of the header portion of each page

3 posts

Swapan Das#

How to change the color, text, and icon of the header portion of each page

Hi Folks!

I want to change the header or the top portion of the installer's each page for text,color and icon. To make it clear:

I want to change the 'Choose Components' caption and its sub-caption 'Choose which features of <MyProductName> you want to install'. And want to change the white background color, the forground color to any other color too.

I don't know what is called in NSIS this top portion of the page...I want to change similarly the next page's captions also 'Choose Install Location' and its sub-captions.

The icon is coming from !define MUI_ICON "AppDocIconOthr\install.ico". But tell me how to change the other contents that I've mentioned above.

With regards,
glory_man#
First of all try to see ModernUI documentation - ch. 2. "Interface Configuration" and ch. 3. "Pages".
bholliger#
Hi Swapan!

To change the title color have a look at this:

Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other people like you? This is the place.

and here
Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other people like you? This is the place.


Cheers

Bruno