Archive: WelcomePage Text Replacement Issue


WelcomePage Text Replacement Issue
Hi everbody,

The original NSIS installation provides the example script makensis.nsi which contains the following line...

!define MUI_WELCOMEPAGE_TEXT "This wizard will guide you through the installation of NSIS (Nullsoft Scriptable Install System) ${VERSION}, the next generation of the Windows installer and uninstaller system that doesn't suck and isn't huge.$\r$\n$\r$\nNSIS 2 includes a new Modern User Interface, LZMA compression, support for multiple languages and an easy plug-in system.$\r$\n$\r$\n$_CLICK"
Adding this same line to my own installer only displays a portion of the whole text...

This wizard will guide you through the installation of NSIS (Nullsoft Scriptable Install System) ${VERSION}, the next generation of the Windows installer and uninstaller system that doesn't suck and isn't huge.
...so basically the problem is line change "$\r$\n$\r$\n" and as soon as I remove it the whole text is shown - of course without the line change.

Any ideas whats wrong here?

BTW: Just updated to NSIS 2.39, I didn't try this with the old 2.38...

Nevermind, seems that this is a MUI1 vs. MUI2 issue. Wanted to move to MUI2 anyway... :)

BTW: Tried to delete this post but don't have the rights to do so.