Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 29th October 2008, 09:11   #1
Sebi2020
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.
Sebi2020 is offline   Reply With Quote
Old 7th November 2008, 21:30   #2
kichik
M.I.A.
[NSIS Dev, Mod]
 
kichik's Avatar
 
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
kichik is offline   Reply With Quote
Old 10th April 2013, 06:55   #3
alibabavl64
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..
alibabavl64 is offline   Reply With Quote
Old 10th April 2013, 08:00   #4
Anders
Moderator
 
Anders's Avatar
 
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 2,777
!define MUI_HEADERIMAGE_BITMAP "X.bmp"
!define MUI_HEADERIMAGE_BITMAP_RIGHT

IntOp $PostCount $PostCount + 1
Anders is offline   Reply With Quote
Old 10th April 2013, 08:25   #5
alibabavl64
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
alibabavl64 is offline   Reply With Quote
Reply
Go Back   Winamp Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump