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
Change the Welcome Page
4 posts
try this code:
same for uninstall:!define MUI_WELCOMEPAGE_TITLE_3LINES
!insertmacro MUI_PAGE_WELCOME
!define MUI_WELCOMEPAGE_TITLE_3LINES
!insertmacro MUI_UNPAGE_WELCOME
👍
Wow! That's exactly what I was looking for. 😁 😎
Thank you so much!
Michel
Wow! That's exactly what I was looking for. 😁 😎
Thank you so much!
Michel
the readme's contain just soooo much useful tricks 🙂