Archive: Custom page with no text header


Custom page with no text header
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


Put this setting in your INI file (in the Settings section):

[Settings]
Rect=1044


It works fine, thanks !
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 :)