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
Warning msg
7 posts
Did you insert the language macro after the page macros?
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.
!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.
Please attach your script.
Here it is
Remove all this old stuff:
Btw, you forgot to add uninstaller page macros.!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
Yes,
I´ve written the code again. Remove the old stuff, insert the uninstaller macro and the warning messages disapeared.
Thanks for helping
Henrique
I´ve written the code again. Remove the old stuff, insert the uninstaller macro and the warning messages disapeared.
Thanks for helping
Henrique