krumpet
15th April 2004 08:07 UTC
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
Joost Verburg
15th April 2004 09:49 UTC
Please attached a script that compiles on every system.
krumpet
15th April 2004 12:03 UTC
The script that is causing me problems can be found here:
http://www.krumpet.org/work/dvvideoconference.nsi
Joost Verburg
15th April 2004 14:07 UTC
The language should be set after setting the pages (see Modern UI Readme).
krumpet
15th April 2004 23:44 UTC
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?
Joost Verburg
15th April 2004 23:47 UTC
The compiler should give enough warnings when it tries to find all the langauge strings :)