blayde
15th September 2003 09:50 UTC
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
Joost Verburg
15th September 2003 10:22 UTC
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"
blayde
15th September 2003 11:18 UTC
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.
Joost Verburg
15th September 2003 11:45 UTC
NSIS 2.0 Beta 3a also supports this feature.