I am trying to figure out how I might overwrite files in an installscript (installshield 2009). I have seen some references to a Overwrite file setting. Where exactly is this. If I go to Application Data-> Files and Folders and the right click a file...
Why does vercompare require versions numbers in the format, . , which equates to vv.xx.yy.zz, when IFX_PRODUCT_VERSION returns a version in the format aaa.bbb.cccc. Is there another way of comparing the aaa.bbb.cccc format?
Hi,I have an installshield installscript project built using installshield 2009. I inherited the script and have little experience with installshield, but the script is reasonably simple as was created by the project wizard.The behaviour of the scrip...
I have an app.config file which I need too change some values in.I have read the section in the helpfile called:Using InstallScript Text Substitution to Dynamically Modify XML Files But I cannot get this to work. I created an entry in the string tabl...
I have an app.config file which I need too change some values in.I have read the section in the helpfile called:Using InstallScript Text Substitution to Dynamically Modify XML Files But I cannot get this to work. I created an entry in the string tabl...
VerProductCompareVersions does not take any arguments. I need to be able to specify the versions to compare. The only way I can think of doing this is to add a ".0" to the end of the versions.
Hi,I had tried the quotes without success, if I debug the package I can see the script reach the line:TextSubSetValue("","MyValue",TRUE);But the value in the xml file never changes. If I look at the set element content property in the advanced tab of...