Old 4th May 2005, 23:04   #1
Urd
Guest
 
Posts: n/a
Modern UI Macro Error

I am trying to compile an installer into English, French, and Spanish but I keep getting this error:

1 warning:
unknown variable/constant "{MUI_LANGDLL_PUSHLIST}" detected, ignoring (macro:MUI_LANGDLL_DISPLAY:24)

Any idea what the problem may be?
  Reply With Quote
Old 5th May 2005, 16:48   #2
kichik
M.I.A.
[NSIS Dev, Mod]
 
kichik's Avatar
 
Join Date: Oct 2001
Location: Israel
Posts: 11,343
Attach the script.

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 5th May 2005, 23:31   #3
Urd
Guest
 
Posts: n/a
woops heres the .nsi
Attached Files
File Type: nsi nsi_full_installer.nsi (7.2 KB, 154 views)
  Reply With Quote
Old 6th May 2005, 08:31   #4
kichik
M.I.A.
[NSIS Dev, Mod]
 
kichik's Avatar
 
Join Date: Oct 2001
Location: Israel
Posts: 11,343
Move .onInit after the insertion of the MUI_LANGUAGE macro.

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 7th May 2005, 01:32   #5
Urd
Junior Member
 
Join Date: May 2005
Posts: 5
I don't get that other error now, but I get a whole ton of errors that look like this:

warning: LangString "MUI_INNERTEXT_LICENSE_BOTTOM" is not set in language table of language 1036

Also now the Modern UI is messed up.

Here's the script as it is now.
Attached Files
File Type: nsi nsi_full_installer.nsi (7.2 KB, 138 views)
Urd is offline   Reply With Quote
Old 7th May 2005, 03:26   #6
kichik
M.I.A.
[NSIS Dev, Mod]
 
kichik's Avatar
 
Join Date: Oct 2001
Location: Israel
Posts: 11,343
Don't move the MUI_LANGUAGE macro insertion above .onInit, move .onInit below MUI_LANGUAGE. The correct order is defines, page macros, language macros and then macros that depend on the languages inserted such as MUI_LANGDLL_DISPLAY.

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