cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
krishnanrp
Level 3

Can the installer title be changed dynamically

Hi

Can the Installer title be changed dynamically?

For instance, if by default we set $INSTALLER_TITLE$ = "Test Installer" in Project -> Info -> Installer Title

and based on a pre-install check we modify it to either of

$INSTALLER_TITLE$ = "Test Installer Testfix" or

$INSTALLER_TITLE$ = "Test Installer Fixpack"

Is there a way for this title to get automatically reflected in the Installer's title?
Labels (1)
0 Kudos
(2) Replies
pv7721
Level 20

Only if you patch the .iap_xml file prior to the build.
0 Kudos
munsingh
Level 6

I had something similar, so in my build script I grep for the value and replace it.
0 Kudos