|
|
#1 |
|
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! |
|
|
|
|
|
#2 |
|
Senior Member
Join Date: Nov 2005
Posts: 115
|
!define MUI_HEADERIMAGE_UNBITMAP "Art\RTSwingTraderHeader.bmp"
|
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Mar 2010
Posts: 2
|
Thanks a lot!
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|