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

Chaning dialog title...


2 replies to this topic

anand_g2

anand_g2
  • Members
  • 4 posts

Posted 22 April 2004 - 12:47

Hi,

How do I change the title of the dialog boxes in the installscript project.

By default the title shows "[PROJECT NAME] - InstallShield Wizard."


I want remove the "- InstallShield Wizard" part from the title in all the dialogs and want keep just the PROJECT_NAME in the title.

How can I achieve this...?

Any help is highle appreciated.

regards,
Anand G



anand_g2

anand_g2
  • Members
  • 4 posts

Posted 23 April 2004 - 14:04

All,

I figured it out. Its just as simple as calling SetTitle(...) API.

eg:

SetTitle("My Appname", 0, BACKGROUNDCAPTION);

regards,
Anand G




Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 23 April 2004 - 15:35

This article may be helpful:
http://www.installsi...00101/index.htm