Archive: LangString "MUI_TEXT_INSTALLING_TITLE" and "MUI_TEXT_INSTALLING_SUBTITLE" not se


LangString "MUI_TEXT_INSTALLING_TITLE" and "MUI_TEXT_INSTALLING_SUBTITLE" not se
Using the Modern UI and NSIS 2.0 final:

2 warnings:
LangString "MUI_TEXT_INSTALLING_TITLE" is not set in language table of language 1033
LangString "MUI_TEXT_INSTALLING_SUBTITLE" is not set in language table of language 1033

I get these warnings regardless of if I define these strings in the English.nsh or in the .nsi itself. Has anyone had this problem, and if so, what have you done to fix it?


Bah, thanks to help from #nsis, I solved the problem. Anyone else looking for this problem in the future, it's caused by not having the !insertmacro for the pages in the proper place in the NSI script. Each must be inserted immediately after you've defined the custom text for that section or it freaks out.