would be ignored?!define
I want to
in my installer and I have placed it above lines like the following:!define MUI_COMPONENTSPAGE_SMALLDESC
but nothing seems to happend.
# Define the "subtext" for the page that follows.
!define MUI_PAGE_HEADER_SUBTEXT "<<Text defined by me>>"
!define MUI_COMPONENTSPAGE_TEXT_TOP "<<Text defined by me>>"
!define MUI_COMPONENTSPAGE_SMALLDESC
!insertmacro MUI_PAGE_COMPONENTS
Any thoughts?
However, it seems to work in small test installers I have created 🙁