pomelowu
7th February 2009 09:16 UTC
language tables warning
hi, I got some compiling warnings here:
Processed 1 file, writing output:
Adding plug-ins initializing function... Done!
Processing pages... Done!
Removing unused resources... Done!
Generating language tables... warning: unknown variable/constant "\r
$_CLICK" detected, ignoring (LangString MUI_TEXT_WELCOME_INFO_TEXT:1054)
warning: unknown variable/constant "\r
〈" detected, ignoring (LangString MUI_TEXT_FINISH_INFO_TEXT:1054)
warning: unknown variable/constant "\r
$_CLICK" detected, ignoring (LangString MUI_UNTEXT_WELCOME_INFO_TEXT:1054)
Done!
Generating uninstaller... Done!
Is this anything wrong in the Thai language file?
p.s., I just upgrade NSIS to v2.43 and the installer script could be compiled with no errors by NSIS v2.3.
kichik
8th February 2009 10:57 UTC
What's the script you're trying to build?
pomelowu
9th February 2009 06:13 UTC
A very simple one. And now I'am sure it's an issue about the MUI Thai language header, just the source below would produce some of these warnings.
RequestExecutionLevel admin /* RequestExecutionLevel REQUIRED! */
; MUI header
!include "MUI.nsh"
; welcome page
!insertmacro MUI_PAGE_WELCOME
; finish page
!insertmacro MUI_PAGE_FINISH
; specify language
!insertmacro MUI_LANGUAGE "Thai"
OutFile "setup.exe"
; ---------------------------------- dummy section
; ------------------------------------------------------
Section "Dummy" dummy
SectionEnd
kichik
10th February 2009 20:38 UTC
Works fine for me. Try reinstalling.
pomelowu
11th February 2009 06:00 UTC
Originally posted by kichik
Works fine for me. Try reinstalling.
Reinstalled, but it didn't work.
Would you pls have a try on a Chinese version of Windows?