Archive: MGUI & Custom Text


MGUI & Custom Text
hi,

I'd like to customize the text on Modern GUIs windows.
Anyone know how to do this ?

I tried CompletedText and such, but realise now they are probably for the default GUI. I just want to change the 'Welcome' and 'Finished' windows, but I've searched all around and I can't find how to change any text.

TIA


See the Modern UI Readme. Example:

!define MUI_TEXT_WELCOME_INFO_TEXT "This wizard will guide you through the installation of NSIS, a scriptable win32 installer/uninstaller system that doesn't suck and isn't huge.\r\n\r\n\r\n"

!insertmacro MUI_LANGUAGE "English"


ah, it's not a feature in the latest release ( NSIS 2.0 Beta 3a ).

i learnt the hard way that the NSIS docs on the web don't match the latest released version, so I've ignored them in favour for the ones that come with NSIS : that's why I didn't see it in the readme.

It's no biggie for me so I'll leave it for now, but thanks for the quick and succinct response - very professional.


NSIS 2.0 Beta 3a also supports this feature.