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...