Skip to content
⌘ NSIS Forum Archive

How do I change the header bitmap from page to page in MUI?

4 posts

strong_epoxy#

How do I change the header bitmap from page to page in MUI?

The title really says it all. I have an installer with two custom pages and would like to change the header bitmap on one of them.
Red Wine#
Forum search 🙂 take a look 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.
Afrow UK#
That is possible but it means you'll have to set the original one yourself too.

Search the forum for LoadImage and also try out this compilable script:


Stu
Afrow UK#
Red Wine's code will work but beware of a resource leak. The code does not free the loaded images (you must use gdi32:😁eleteObject).

Stu