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
MUI_HEADERIMAGE_UNBITMAP doesn't work
4 posts
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.
psrm,Originally Posted by psrm View PostHi!
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
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...Originally Posted by erwindon View Postpsrm,
I'm having the exact same problem.
Can you still remember how/whether you solved this?
thx,
Erwin