Wednesday, June 20, 2012

Change text in the Title bar of Installshield dialogs

IFX_SETUP_TITLE

This system variable contians the value to be displayed in the title bar of all the built-in dialogs (except dialogs generated directly by Windows API function calls) and all message boxes generated by the MessageBox function.

This system variable is automatically initialized to the value of the string entry TITLE_CAPTIONBAR, if that entry exists; if that entry does not exist, IFX_SETUP_TITLE is initialized with the following internal code:

Sprintf( IFX_SETUP_TITLE, SdLoadString( IDS_IFX_FORMAT_SETUP_TITLE ), IFX_PRODUCT_DISPLAY_NAME );

Changing the value of IFX_SETUP_TITLE automatically resets the title of all dialogs displayed by the setup.