Old 7th February 2009, 08:16   #1
pomelowu
Junior Member
 
Join Date: Feb 2009
Posts: 3
language tables warning

hi, I got some compiling warnings here:
code:
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.
pomelowu is offline   Reply With Quote
Old 8th February 2009, 09:57   #2
kichik
M.I.A.
[NSIS Dev, Mod]
 
kichik's Avatar
 
Join Date: Oct 2001
Location: Israel
Posts: 11,343
What's the script you're trying to build?

NSIS FAQ | NSIS Home Page | Donate $
"I hear and I forget. I see and I remember. I do and I understand." -- Confucius
kichik is offline   Reply With Quote
Old 9th February 2009, 05:13   #3
pomelowu
Junior Member
 
Join Date: Feb 2009
Posts: 3
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.

code:
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

pomelowu is offline   Reply With Quote
Old 10th February 2009, 19:38   #4
kichik
M.I.A.
[NSIS Dev, Mod]
 
kichik's Avatar
 
Join Date: Oct 2001
Location: Israel
Posts: 11,343
Works fine for me. Try reinstalling.

NSIS FAQ | NSIS Home Page | Donate $
"I hear and I forget. I see and I remember. I do and I understand." -- Confucius
kichik is offline   Reply With Quote
Old 11th February 2009, 05:00   #5
pomelowu
Junior Member
 
Join Date: Feb 2009
Posts: 3
Quote:
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?
pomelowu is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump