UninstallIcon not used when MUI_UNINSTALLER is not defined
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2011 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
4d9ac02f1f
commit
65e19753ac
1 changed files with 5 additions and 1 deletions
|
@ -109,7 +109,11 @@
|
|||
|
||||
ChangeUI all "${MUI_UI}"
|
||||
Icon "${MUI_ICON}"
|
||||
UninstallIcon "${MUI_UNICON}"
|
||||
|
||||
!ifdef MUI_UNINSTALLER
|
||||
UninstallIcon "${MUI_UNICON}"
|
||||
!endif
|
||||
|
||||
CheckBitmap "${MUI_CHECKBITMAP}"
|
||||
SetFont "${MUI_FONT}" "${MUI_FONTSIZE}"
|
||||
InstallColors ${MUI_INSTALLCOLORS}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue