VegetaSan
9th February 2004 17:59 UTC
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 :)
rjstephens
9th February 2004 22:03 UTC
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 ?
Shea
9th February 2004 23:19 UTC
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.