Archive: Change the Welcome Page


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


try this code:

!define MUI_WELCOMEPAGE_TITLE_3LINES
!insertmacro MUI_PAGE_WELCOME

same for uninstall:
!define MUI_WELCOMEPAGE_TITLE_3LINES
!insertmacro MUI_UNPAGE_WELCOME

:up:

Wow! That's exactly what I was looking for. :D :cool:

Thank you so much!
Michel


the readme's contain just soooo much useful tricks :)