nacamae
16th April 2004 15:27 UTC
Warning msg
Hi,
when I compile my script, these warnings messages are displayed:
LangString "MUI_TEXT_INSTALLING_TITLE" is not set in language table of language 1046
LangString "MUI_TEXT_INSTALLING_SUBTITLE" is not set in language table of language 1046
LangString "MUI_TEXT_FINISH_TITLE" is not set in language table of language 1046
LangString "MUI_TEXT_FINISH_SUBTITLE" is not set in language table of language 1046
LangString "MUI_TEXT_ABORT_TITLE" is not set in language table of language 1046
LangString "MUI_TEXT_ABORT_SUBTITLE" is not set in language table of language 1046
And in the instalation process, the instfile dialog has no text in title area.
I don´t know what is going wrong.
Thanks,
henrique
Joost Verburg
16th April 2004 15:29 UTC
Did you insert the language macro after the page macros?
nacamae
16th April 2004 15:39 UTC
The language macro
!insertmacro MUI_LANGUAGE "PortugueseBR"
was before the page macros.
I moveed it and the instlation is all right, but the warning messages are still there.
Joost Verburg
16th April 2004 16:13 UTC
Please attach your script.
nacamae
16th April 2004 17:07 UTC
Here it is
Joost Verburg
16th April 2004 22:15 UTC
Remove all this old stuff:
!define MUI_WELCOMEPAGE
!define MUI_LICENSEPAGE "Licensa.rtf"
!define MUI_COMPONENTSPAGE
!define MUI_DIRECTORYPAGE
!define MUI_INSTFILES
!define MUI_FINISHPAGE
!define MUI_UNCONFIRMPAGE
!define MUI_CUSTOMPAGECOMMANDS
Btw, you forgot to add uninstaller page macros.
nacamae
19th April 2004 16:59 UTC
Yes,
I´ve written the code again. Remove the old stuff, insert the uninstaller macro and the warning messages disapeared.
Thanks for helping
Henrique