Archive: Reboot page empty


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.


Make sure that you insert the language files in the right location as specified in the readme files.

Vytautas


They are. And its only the last page (finish/reboot) all other are just fine.
The NSIS sample works too :(


Without an attached script we can't help you.


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.