Change MUI_HEADER_TEXT on license page
On custom pages you can change the header text by modifying the MUI_HEADER_TEXT define and then displaying the dialog. How can I do this for the license page?
3 posts
!define MUI_PAGE_HEADER_TEXT "new_lic_header_text"
!define MUI_PAGE_HEADER_SUBTEXT "new_lic_subheader_text"
!insertmacro MUI_PAGE_LICENSE "license_file"