Archive: language tables warning


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.

What's the script you're trying to build?


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

Works fine for me. Try reinstalling.


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?