Anyone know how to change the banner text for the Modern_UI 2 components page?
The text reads something like this now:
Choose Components
Choose which features of ${PRODUCT_NAME} you want to install.
Changing banner text for components page
3 posts
Did you read the "General page settings" section in the MUI docs?
!include MUI2.nsh
!insertmacro MUI_PAGE_WELCOME
!define MUI_PAGE_HEADER_TEXT "Foo"
!define MUI_PAGE_HEADER_SUBTEXT "Bar $(^Name) baz"
!insertmacro MUI_PAGE_COMPONENTS
!insertmacro MUI_PAGE_INSTFILES
!insertmacro MUI_LANGUAGE English I did read it but it didn't click right away. I got it working shortly after I posted. I wish there was a way to delete a post in this case when you realize the post is not needed.