Make use of Unicode support from NSIS 3.0

This commit is contained in:
Edvin Linge
2015-01-14 17:47:31 +01:00
parent ab590b4043
commit b33bd44f34
2 changed files with 6 additions and 5 deletions

View File

@@ -27,6 +27,7 @@
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
!define PRODUCT_UNINST_ROOT_KEY "HKLM"
!define PRODUCT_STARTMENU_REGVAL "NSIS:StartMenuDir"
Unicode True
Name "${PRODUCT_NAME} ${PRODUCT_VERSION}"
OutFile "CorsixTHInstaller.exe"

View File

@@ -1,10 +1,10 @@
To "compile" the script you will need NSIS (Nullsoft Scriptable Install System).
Note that now that we support languages such as Chinese and
Russian the Unicode version of NSIS is needed.
Note: To support languages such as Chinese and Russian the Unicode version
of NSIS is required. Starting with NSIS 3.0b1 Unicode support has been
added natively, so there is no need to use the version from
http://www.scratchpaper.com/ anymore.
It can be found here: http://www.scratchpaper.com/
The 'normal' version is here: http://nsis.sourceforge.net/Main_Page
NSIS homepage and downloads: http://nsis.sourceforge.net/Main_Page
To add an additional language, make a new group of strings in the
LanguageStrings.nsh file, and then insert