Archive: Installer Attribute SubCaption not working


Installer Attribute SubCaption not working
Hi,

I am trying to set the Caption and SubCaptions of the License page.

Firstly there is no attribute for setting this using the Modern UI attributes in the Modern UI docs, or am I missing it again?

So I tried the SubCaption Installer Attribute:
SubCaption 0 "jannie"
But even after shifting this around several times, it still didn't work :(

Do the Installer Attribute functions not work with Modern UI?

What am I missing?

Thanks for any help!
Neil


The Modern UI has a page title in the page header, not in the window caption.


So how can one change the page title in the page header with MUI? SubCaption does not work here. Is there any other way?


!define MUI_PAGE_HEADER_TEXT "text" before !insertmacro MUI_PAGE_LICENSE

-Stu