This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Change Dialog titles
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 23, 2009
08:06 AM
Change Dialog titles
Hi
I've a Installscript project which has run on many machines. The installer currently shows the "Product Name" as the title of each installer dialog both while installing a fresh copy or updating an existing installation. I need to change this title to show ProductName + Build Number, so that both fresh installations and updating installations can view the build number too. Can you please tell me how I can do so in installscript. I tried using SetDialogTitle but that only changes the title of one type of dialogs. Is there anyway I can change it for all type of dialogs that I have in my installer.
Regards
Usman
I've a Installscript project which has run on many machines. The installer currently shows the "Product Name" as the title of each installer dialog both while installing a fresh copy or updating an existing installation. I need to change this title to show ProductName + Build Number, so that both fresh installations and updating installations can view the build number too. Can you please tell me how I can do so in installscript. I tried using SetDialogTitle but that only changes the title of one type of dialogs. Is there anyway I can change it for all type of dialogs that I have in my installer.
Regards
Usman
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 23, 2009
09:02 AM
Perhaps set IFX_SETUP_TITLE in your script?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 24, 2009
01:51 AM
It worked perfect. Thanks for the solution.