Skip to content
⌘ NSIS Forum Archive

MUI Welcome screen text

3 posts

rixor#

MUI Welcome screen text

I can't seem to get the MUI welcome page to display the custom text I have set for it.

!define MUI_WELCOMEPAGE_TEXT "YEAH!!"
!insertmacro MUI_PAGE_WELCOME

This still results in the default text to appear on the welcome page.

Here is a link to the (almost) full code:



Thanks in advance for whoever helps me and sorry in advance if this is a stupid mistake.
rixor#
Originally posted by Red Wine
Regarding to the script that you've linked, there's nothing wrong, works as expected.
Thanks for trying it out! I wonder why it works for you but not for me.