From bd6f7b4d2093392355cf94086dee52aa0f374cc0 Mon Sep 17 00:00:00 2001 From: SinghRajenM Date: Mon, 14 Nov 2016 23:46:16 +0530 Subject: [PATCH] Make installer Unicode again !! Closes #2570 --- PowerEditor/installer/nppSetup.nsi | 1 + 1 file changed, 1 insertion(+) diff --git a/PowerEditor/installer/nppSetup.nsi b/PowerEditor/installer/nppSetup.nsi index 81902d87..0cd87bb0 100644 --- a/PowerEditor/installer/nppSetup.nsi +++ b/PowerEditor/installer/nppSetup.nsi @@ -32,6 +32,7 @@ !include "nsDialogs.nsh" ; allows creation of custom pages in the installer !include "Memento.nsh" ; remember user selections in the installer across runs +Unicode true ; Generate a Unicode installer. It can only be used outside of sections and functions and before any data is compressed. SetCompressor /SOLID lzma ; This reduces installer size by approx 30~35% ;SetCompressor /FINAL lzma ; This reduces installer size by approx 15~18%