cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
grandy
Level 2

How to change the default title of progress panel (the last panel)

How to change the default title of progress panel (the last panel).

Currently , we are using IA 2013 to build our package. And it has 3 features: Install /Uninstall/Upgrade.

However, when we are upgrading, the title display "UnInstalling Product Name..." in the progress panel. Do we have a way to change this title?
Labels (1)
0 Kudos
(1) Reply
jerome_IA
Level 9

You should be able to change this by modifying the "custom_en" file under InstallAnywhere installation directory (resources/i18nresources).

Alter the following properties:
UnInstaller.stepTitle For the top title
UnInstallerFrame.labelStr1 for the bottom prompt

There can be other properties to modify (e.g for console mode if you are using it)

--Jerome
0 Kudos