Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

DIALOG TITLE IN RUNTIME


1 reply to this topic

mh8368

mh8368
  • Members
  • 13 posts

Posted 16 November 2004 - 21:31

INSTALLSCIPT MSI - INSTALLSHIELD X PREMIER

I need to be able to control the caption text for the SdWelcome dialog. The IDE gui allows you to change the caption property when you edit SdWelcome dialog, however, the text does not appear in the Welcome dialog title bar during runtime. Instead what is always displayed is the "[Product_Name] - InstallShield". Does anyone know how to access this caption display other than through the IDE. Is there a Title Caption variable that can be used in the script? I did find SetDialogTitle, but it only handles "certain pre-built in dialogs" and does not work for SdWelcome. Any help would be appreciated...

Thanks,
MjH

mh8368

mh8368
  • Members
  • 13 posts

Posted 17 November 2004 - 21:50

Placing this line in the OnBegin worked for me!

SetTitle ("Blah Blah- " + @PRODUCT_NAME + " - InstallShield Wizard", 0, BACKGROUNDCAPTION);


Thanks!

MjH

Edited by mh8368, 17 November 2004 - 22:02.