cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
genleo
Level 6

Dynamic Product and Installer Name

Hi,
I complie my project and create the installer using ant in this way:

ant release RELEASE_NUM UPDATE_NUM

and launching the installer I should see PRODUCT_NAME (release RELEASE_NUM.UPDATE_NUM) instead of PRODUCT_NAME defined in Project Info.
With InstallShield 11.5 MP I did it passing -setVersion.xsl as argument to build command but InstallAnywhere doesn't support it.

Is it possible to achieve it in another way?

Thanks
Labels (1)
0 Kudos
(2) Replies
pv7721
Level 20

I'm afraid you need to patch these variables directly into the .iap_xml project in order to have them taken into account.
0 Kudos
genleo
Level 6

Hi,
i've seen it's possible to modify a xml with xslt. Could anyone tell me how to access to "productName" element in my .iap_xml file?

Thanks
0 Kudos