waxmachine
31st July 2004 15:05 UTC
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
31st July 2004 15:33 UTC
try this code:
!define MUI_WELCOMEPAGE_TITLE_3LINES
!insertmacro MUI_PAGE_WELCOME
same for uninstall:
!define MUI_WELCOMEPAGE_TITLE_3LINES
!insertmacro MUI_UNPAGE_WELCOME
waxmachine
31st July 2004 15:48 UTC
:up:
Wow! That's exactly what I was looking for. :D :cool:
Thank you so much!
Michel
Comm@nder21
31st July 2004 22:21 UTC
the readme's contain just soooo much useful tricks :)