- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: How to modify the variables in the XML
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
I want to override the build configurations that are defined in the XML project through the command line.
For example: I need to modify the "install tile" and "product name" variables that are specified at the XML project.
I input the command: "build .exe My_Product.iap_xml -btv installvariables.properties"
The content of installvariables.properties as below:
$INSTALLER_TITLE$="Test 6.2.9.9"
$PRODUCT_NAME$="Test product name"
After running the command, an .exe will be generated, but I found that the product name and installer title are still the same as set in the XML project file. The variables have not been override.
I also try the command: "build.exe My_Product.iap_xml -p buildproperties.properties"
The content of buildproperties.properties:
com.zerog.ia.installer.util.InstallerInfoData.installerTitle="Test 6.2.9.9"
com.zerog.ia.installer.util.InstallerInfoData.productName="Test product name"
The variables have not been override also.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi @jonesliu I think your query was posted in the wrong forum, this should go to InstallShield forum right, if yes then let me know I will move to IS group.
Best Regards,
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi @jonesliu : You are using Installshield or InstallAnywhere ? Please confirm
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi @jonesliu I think your query was posted in the wrong forum, this should go to InstallShield forum right, if yes then let me know I will move to IS group.
Best Regards,
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi @jonesliu : You are using Installshield or InstallAnywhere ? Please confirm
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
hi , I used InstallAnywhere 2022