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:
joostverburg 2002-12-29 19:33:47 +00:00
parent 4d9ac02f1f
commit 65e19753ac

View file

@ -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}