Uniwares
5th February 2004 05:53 UTC
Reboot page empty
Using RC4 I still have the problem that my reboot page remains empty except for the checkbox "reboot now" which appears without text.
During compilation I get 21 warnings like:
LangString "MUI_TEXT_FINISH_TITLE" is not set in language table of language 1033
Almost all of these strings are related to the finish/reboot page.
As you can see I am using the English as language.
Searching the forums led me to http://forums.winamp.com/showthread.php?threadid=148322 which is the closest I could find.
Vytautas
5th February 2004 07:42 UTC
Make sure that you insert the language files in the right location as specified in the readme files.
Vytautas
Uniwares
5th February 2004 14:27 UTC
They are. And its only the last page (finish/reboot) all other are just fine.
The NSIS sample works too :(
Joost Verburg
5th February 2004 14:36 UTC
Without an attached script we can't help you.
Uniwares
5th February 2004 14:53 UTC
All right, got it finally sorted out. I was still using the "old" !define MUI_xxxPAGE instead of !insertmacro MUI_PAGE_xxx
Changed that, and wonder, it works just fine.