问题
I have an InstallShield project with 2 executable's. How do I change the product version property in General Information of InstallShield to match one of my executable's version number. I'm using auto builds.
Thanks in advance!!
回答1:
In your auto build script, you can set the ProductVersion property. For example :
<InstallShieldPropertyOverrides Include="$(MSIProductCode)">
<Property>ProductCode</Property>
</InstallShieldPropertyOverrides>
来源:https://stackoverflow.com/questions/4055831/how-to-make-product-version-property-match-executables-version-number-automatic