From 4ac288a944aad67f239e665e21790574483ef0a3 Mon Sep 17 00:00:00 2001 From: SinghRajenM Date: Wed, 15 Feb 2017 00:03:05 +0530 Subject: [PATCH] Add NPP icon for uninstaller as well Closes #2905 --- PowerEditor/installer/nppSetup.nsi | 1 + 1 file changed, 1 insertion(+) diff --git a/PowerEditor/installer/nppSetup.nsi b/PowerEditor/installer/nppSetup.nsi index c00303f1a..4c2dda030 100644 --- a/PowerEditor/installer/nppSetup.nsi +++ b/PowerEditor/installer/nppSetup.nsi @@ -55,6 +55,7 @@ OutFile ".\build\npp.${APPVERSION}.Installer.exe" ; Modern interface settings !define MUI_ICON ".\images\npp_inst.ico" +!define MUI_UNICON ".\images\npp_inst.ico" !define MUI_WELCOMEFINISHPAGE_BITMAP ".\images\wizard.bmp" !define MUI_WELCOMEFINISHPAGE_BITMAP_NOSTRETCH