Make installer Unicode again !!

Closes #2570
This commit is contained in:
SinghRajenM 2016-11-14 23:46:16 +05:30 committed by Don Ho
parent 8372082b53
commit bd6f7b4d20

View File

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