cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
usmanjamil
Level 5

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
Labels (1)
0 Kudos
(2) Replies
RobertDickau
Flexera Alumni

Perhaps set IFX_SETUP_TITLE in your script?
0 Kudos
usmanjamil
Level 5

It worked perfect. Thanks for the solution.
0 Kudos