Archive: Updating script from 1.98 installer hangs


Updating script from 1.98 installer hangs
Hi,

I am upgrading my installer scripts from NSIS 1.98 to 2.0 using the new MUI and have found 2 problems.

When I add a Welcome page to the installer and try running it, it seems to hang, ie no screen appears but the process is running. When I take out the Welcome page it runs fine, ie the directory page appears and the installer completes successfully.

The other problem I am seeing is that the finish page is appearing blank, even though I have defined MUI_FINISHPAGE_TITLE and MUI_FINISHPAGE_TEXT.

Does anybody have any ideas?

Alex


Please attached a script that compiles on every system.


The script that is causing me problems can be found here:

http://www.krumpet.org/work/dvvideoconference.nsi


The language should be set after setting the pages (see Modern UI Readme).


Can I ask then why it compiles, surely it would be best to have the compiler show an error if the language is defined before the pages?


The compiler should give enough warnings when it tries to find all the langauge strings :)