Skip to content
⌘ NSIS Forum Archive

Header Pic

4 posts

matthewbigdawg#

Header Pic

hey its been a while since i made an installer and i forgot how to make it display the header img i want it to right now all it does is show my icon for the installer
pengyou#
Is this what you are looking for?

!define MUI_HEADERIMAGE
!define MUI_HEADERIMAGE_BITMAP "myheader.bmp"

If you have recently upgraded to the current release, I recommend you read the MUI "Readme" because a LOT of things have changed - some old scripts will need to be updated to make them work with the current release.
matthewbigdawg#
AHHH ya thats it i was trying things like !define MUI_HEADER i was close ok thanks for the help