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

How to modify the variables in the XML

Jump to solution

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.

variables.png

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.

buildproperties.png

(2) Solutions
mrathinam
Revenera Moderator Revenera Moderator
Revenera Moderator

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,

View solution in original post

varul
Revenera Moderator Revenera Moderator
Revenera Moderator

Hi @jonesliu : You are using Installshield or InstallAnywhere ? Please confirm

View solution in original post

(3) Replies
mrathinam
Revenera Moderator Revenera Moderator
Revenera Moderator

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,

varul
Revenera Moderator Revenera Moderator
Revenera Moderator

Hi @jonesliu : You are using Installshield or InstallAnywhere ? Please confirm

hi , I used InstallAnywhere 2022

0 Kudos