Archive: MUI_HEADERIMAGE_UNBITMAP doesn't work


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


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.