Old 10th March 2010, 01:18   #1
moflaherty
Junior Member
 
Join Date: Mar 2010
Posts: 2
Adding Header BMP to Uninstall Dialog?

I added these lines to my nsi script and this adds my artwork to the installation program:

!define MUI_HEADERIMAGE
!define MUI_HEADERIMAGE_BITMAP "Art\RTSwingTraderHeader.bmp"

However, when I use this line:

writeUninstaller "$INSTDIR\uninstall.exe"

The uninstaller does not have the image in the header. In fact, it is blank.

Is there a way to add this same BMP to the uninstaller dialog?

Thanks!
moflaherty is offline   Reply With Quote
Old 10th March 2010, 02:16   #2
redxii
Senior Member
 
Join Date: Nov 2005
Posts: 115
!define MUI_HEADERIMAGE_UNBITMAP "Art\RTSwingTraderHeader.bmp"
redxii is offline   Reply With Quote
Old 10th March 2010, 17:40   #3
moflaherty
Junior Member
 
Join Date: Mar 2010
Posts: 2
Thumbs up Thanks!

Thanks a lot!
moflaherty is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast 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