mirror of
https://github.com/CorsixTH/CorsixTH.git
synced 2025-07-23 04:13:01 +02:00
Make use of Unicode support from NSIS 3.0
This commit is contained in:
@@ -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"
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user