Skip to content
⌘ NSIS Forum Archive

Change the Welcome Page

4 posts

waxmachine#

Change the Welcome Page

Hi folks!

I just checked everything, but I really can't figure out how to enlarge the first field in the Welcome Page.

The documentation says: "To modify the Welcome dialog and Finish dialog, use a custom INI file (MUI_SPECIALINI setting) or write to the INI file in the custom page functions."

What does this mean and how can I enlarge the first field?

Thank you in advance!
Michel
Comm@nder21#
try this code:
!define MUI_WELCOMEPAGE_TITLE_3LINES
!insertmacro MUI_PAGE_WELCOME
same for uninstall:
!define MUI_WELCOMEPAGE_TITLE_3LINES
!insertmacro MUI_UNPAGE_WELCOME