Archive: Warning msg


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


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.


Please attach your script.


Here it is


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.

Yes,

I´ve written the code again. Remove the old stuff, insert the uninstaller macro and the warning messages disapeared.

Thanks for helping

Henrique