- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎Mar 19, 2008
04:31 PM
update product version without having to open .iap_xml file
We have every build setup that requires increase of the version number by 1 in the subdivsion automatically in a script without having to open the .iap_xml using IDE.
i know we could do that in installshield .ism files using vbscript. anything equivalent to that available for .iap_xml that i could use.?
i know we could do that in installshield .ism files using vbscript. anything equivalent to that available for .iap_xml that i could use.?
5 Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎Mar 19, 2008
05:22 PM
For one approach, please see the readme file and samples in the XML Project File Tools subdirectory of your InstallAnywhere distribution.
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎Mar 25, 2008
04:37 AM
you can write a script using XML:: DOM to change the elements in a xml file.
I have a question want to ask you that, how to use this product version in your product? can we compare the product version and determine that if it is a upgrade install? thanks.
I have a question want to ask you that, how to use this product version in your product? can we compare the product version and determine that if it is a upgrade install? thanks.
ramalaks wrote:
We have every build setup that requires increase of the version number by 1 in the subdivsion automatically in a script without having to open the .iap_xml using IDE.
i know we could do that in installshield .ism files using vbscript. anything equivalent to that available for .iap_xml that i could use.?
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎Mar 25, 2008
02:05 PM
Could you pl send me the information on the script. for some reason i can not use xml or saxon as the instruction gives.
i am not sure if there is equivalent of verCompare() of Installshield in InstallAnywhere. i have requirement to compare also. still looking
to findout what is currently installed on the system i can do it by looking at the registry and the one being installed can be got from the installAnywhere variable
i am not sure if there is equivalent of verCompare() of Installshield in InstallAnywhere. i have requirement to compare also. still looking
to findout what is currently installed on the system i can do it by looking at the registry and the one being installed can be got from the installAnywhere variable
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎Apr 11, 2008
05:58 PM
Has someone figured this out? I tried using the "Installer Property change transform" to modify the subRevision property in productVersion, but it doesn't change. I suppose it is not supported because when I run the "Project Information transform" it shows "Version: ...".
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎Apr 14, 2008
02:27 PM
we ended up writing our own java code for this..
