Archive: Header ??????


Header ??????
I have this problem ......


I want to have a custom Header in my installer (MODERN UI INSTALLER)
And I allready have made a GRAND search in the Web, Manual and Examples.
I found this in the MODERN UI (HeaderBitMap.nsi) example and I want to replace it with a custom one how do I do that ???

I found this :

!define MUI_HEADERIMAGE

But now a custom one :)


your post was not exactly very clear on what exactly you wanted. Do you want to know the parameters you need to give to MUI_HEADERIMAGE ?


you do:

!define MUI_HEADERIMAGE
!define MUI_HEADERIMAGE_BITMAP "Path to bitmap"

Where you replace "Path to bitmap" with the path to youtr header bitmap but leave the quotes in.