Update NSIS scripts to use unicode version of installer.

This commit is contained in:
sledgehammer999
2013-06-30 14:43:23 +03:00
parent be739bb22d
commit b1aa89fa21
7 changed files with 10 additions and 7 deletions

View File

@@ -1,3 +1,4 @@
Unicode true
;Compress the header too
!packhdr "$%TEMP%\exehead.tmp" 'upx.exe -9 --best --ultra-brute "$%TEMP%\exehead.tmp"'
@@ -79,4 +80,4 @@ RequestExecutionLevel admin
!insertmacro MUI_UNPAGE_INSTFILES
!insertmacro MUI_RESERVEFILE_LANGDLL
ReserveFile "${NSISDIR}\Plugins\FindProcDLL.dll"
ReserveFile "${NSISDIR}\Plugins\x86-unicode\FindProcDLL.dll"