Sebi2020
29th October 2008 10:11 UTC
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.
kichik
7th November 2008 22:30 UTC
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.
alibabavl64
10th April 2013 07:55 UTC
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..
Anders
10th April 2013 09:00 UTC
!define MUI_HEADERIMAGE_BITMAP "X.bmp"
!define MUI_HEADERIMAGE_BITMAP_RIGHT
alibabavl64
10th April 2013 09:25 UTC
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