Uninstaler Header Image MUI
If write something like that: !define MUI_HEADERIMAGE_UNBITMAP "662.bmp" I want to set a Uninstaller Headerimage. I write it before I set the Installer and Uninstaller Pages. But NSIS use for the Uninstaller the MUI_HEADERIMAGE_BITMAP instand of 662.bmp.
Should work fine as long as it's defined before any page is inserted. You can verify it's not ignored by specifying a non-existent bitmap file and see if you get an error.
Header bitmap on the right is possible?
I have a problem with header bitmap place: is on the left and i want to place on the right.
I tried
!define MUI_HEADERIMAGE_BITMAP_RIGHT "X.bmp"
Not working..the header image is not the x.bmp, is the installer icon!!!
with
!define MUI_HEADERIMAGE_BITMAP "X.bmp" working but the image is on the left.
Sorry for my english and, maybe, for stupid question, but i'm beginer NSIS..
Thank you, i'll try and i'll tell you if work.
I tried, complete is that:
!define MUI_HEADERIMAGE
!define MUI_HEADERIMAGE_BITMAP "X.BMP"
!define MUI_HEADERIMAGE_RIGHT
!define MUI_HEADERIMAGE_BITMAP_RIGHT