|
|
|
|
#1 |
|
Junior Member
Join Date: Oct 2008
Posts: 3
|
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.
|
|
|
|
|
|
#2 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,337
|
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.
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Apr 2013
Posts: 2
|
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.. |
|
|
|
|
|
#4 |
|
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 2,777
|
!define MUI_HEADERIMAGE_BITMAP "X.bmp"
!define MUI_HEADERIMAGE_BITMAP_RIGHT IntOp $PostCount $PostCount + 1 |
|
|
|
|
|
#5 |
|
Junior Member
Join Date: Apr 2013
Posts: 2
|
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 |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|