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
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.

Chaning dialog title...
Started by
anand_g2
, Apr 22 2004 12:47
2 replies to this topic
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
I figured it out. Its just as simple as calling SetTitle(...) API.
eg:
SetTitle("My Appname", 0, BACKGROUNDCAPTION);
regards,
Anand G
Posted 23 April 2004 - 15:35
Stefan Krüger
InstallSite.org twitter facebook