Skip to content
⌘ NSIS Forum Archive

Updating script from 1.98 installer hangs

6 posts

krumpet#

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
krumpet#
The script that is causing me problems can be found here:

krumpet#
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#
The compiler should give enough warnings when it tries to find all the langauge strings 🙂