Hello,
I'm using Modern UI and I try to do a custom page with no text header (like the Welcome/Finish page). This text header can be change, with !insertmacro MUI_HEADER_TEXT, but I don't need one. What can I do to have a custom page with no text header ?
I read the documentation of modern ui and installoptions but I found nothing about that...
Thanks
Custom page with no text header
4 posts
Put this setting in your INI file (in the Settings section):
[Settings]
Rect=1044
[Settings]
Rect=1044
It works fine, thanks !
I should have guess that... sorry 🙂
I should have guess that... sorry 🙂
1044 is the ID of the rectangle in the dialog resource that should be replaced. You can even add your own 🙂