开发者

How to make Product Version property match executable's version number automatically

I have an InstallShield project with 2 executable's. How do 开发者_C百科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!!


In your auto build script, you can set the ProductVersion property. For example :

<InstallShieldPropertyOverrides Include="$(MSIProductCode)">
  <Property>ProductCode</Property>
</InstallShieldPropertyOverrides>
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜