Skip to content
⌘ NSIS Forum Archive

MUI_HEADERIMAGE_UNBITMAP doesn't work

4 posts

psrm#

MUI_HEADERIMAGE_UNBITMAP doesn't work

Hi!

I've set:
!define MUI_HEADERIMAGE_UNBITMAP ".\res\install_header.bmp"
on the top of my NSI file, and that setting does not work. There is empty place on the header of uninstaller.

Anyway, MUI_HEADERIMAGE_BITMAP works perfect.

I've set
!define MUI_BGCOLOR "TRANSPARENT"
!define MUI_HEADER_TRANSPARENT_TEXT

but it doesnt help
CrushBug#
Works for us, so it must be some sort of pathing issue. Have you tried using a hardcoded path to make sure it is loading something? You may need to post more of your code as it also could be a sequencing issue in your uninstaller.
erwindon#
Originally Posted by psrm View Post
Hi!

I've set:
!define MUI_HEADERIMAGE_UNBITMAP ".\res\install_header.bmp"
on the top of my NSI file, and that setting does not work. There is empty place on the header of uninstaller.

Anyway, MUI_HEADERIMAGE_BITMAP works perfect.

I've set
!define MUI_BGCOLOR "TRANSPARENT"
!define MUI_HEADER_TRANSPARENT_TEXT

but it doesnt help
psrm,
I'm having the exact same problem.
Can you still remember how/whether you solved this?
thx,
Erwin
Anders#
Originally Posted by erwindon View Post
psrm,
I'm having the exact same problem.
Can you still remember how/whether you solved this?
thx,
Erwin
We need some more information. Tell us which version of NSIS you are using and some example code...