|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
Guest
Posts: n/a
|
Heacer Image not displayed, Startmenu entires not removed
I have the following script. The problem is the header image is not displayed and the startmenu entries are not removed after unistallation.
code: |
|
|
|
#2 |
|
Major Dude
Join Date: Feb 2004
Location: Moscow, Russia
Posts: 1,222
|
Delete "$SMPROGRAMS\BT4Dsign\Demo\BT4Dsign.lnk"
Delete "$SMPROGRAMS\BT4Dsign\Demo\Uninstall.lnk" and may be full path !define MUI_ICON "${NSISDIR}\Contrib\Graphics\Icons\modern-install-colorful.ico" |
|
|
|
|
|
#3 |
|
Guest
Posts: n/a
|
The icons work, but the header image does not.
|
|
|
|
#4 |
|
Major Dude
Join Date: Feb 2004
Location: Moscow, Russia
Posts: 1,222
|
Works in my test with bmp in the current (nsi) and Header folders (full path), original NSIS MUI header size image (150x57) and with another size, 8 and 24 bits/color.. So find the difference - start with existing NSIS headers and replace one with you Image_Installer.bmp content.
BTW you can skip last 2 File command if these files not required for your application - compiller includes image resources to uninstaller without this. |
|
|
|
|
|
#5 |
|
Junior Member
Join Date: Mar 2005
Posts: 2
|
Thanks for your suggestion.
Any help about the startmenu entries not removed? |
|
|
|
|
|
#6 |
|
Major Dude
Join Date: Feb 2004
Location: Moscow, Russia
Posts: 1,222
|
Please read my first post, ink != lnk, and BT4Dsign != BT4Design.
|
|
|
|
|
|
#7 |
|
Junior Member
Join Date: Mar 2005
Posts: 2
|
Sorry did not see it.
Thank you again that you took time to look over it. |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|