Main window title bar text
Is there a MUI define for setting the title bar of the main dialog window? I do have a way can do this using SendMessage as follows
SendMessage $HWNDPARENT ${WM_SETTEXT} 0 "STR:Hi I'm the Dialog Title!"
which works but I have to put this line for each page of the installer that I want to chage. I want to be able to set this text in one spot only if possible. I'm thinking there is already a define made up for this purpose I just can't find what that might be. From what I can tell MUI_PRODUCT concatenated with the word "Setup" is displayed on the title bar currently.