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

1

4

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!!

Mckinnie answered 29/10, 2010 at 20:53 Comment(0)
Z
0

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

<InstallShieldPropertyOverrides Include="$(MSIProductCode)">
  <Property>ProductCode</Property>
</InstallShieldPropertyOverrides>
Zilvia answered 14/3, 2016 at 7:30 Comment(2)
Does this go in the pre-build step?Ossetia
@ChopperCharles: I am pretty sure it does not. Did you figure this out? I just started reading through possible solutions.Retrospect

© 2022 - 2024 — McMap. All rights reserved.