We upgraded Advanced Installer 10 to 14. In one sequence, we are updating the value of a check box property and radio button using script. and based ont his we were installing files. Now its not working.
In my application one checkbox and radio button is there with property name "CHECKBOX" and "GXRBG" respectively and there default values are checkbox unchecked and radio button "1"
Following is the vscript code used for upgrading property variable
session.property("GXRBG") =2
session.property("CHECKBOX") =1
Then we use this property name as a condition for feature based install. But now we are not getting this value there and so the files not get copied. When we checked , installer is getting value "1" for GXRBG during feature install ( default value)