I have an InstallShield project with 2 executables. How to change the product version property in the InstallShield general information to match one of my executable version numbers. I use automatic builds.
Thanks in advance!
In your auto-build script, you can set the ProductVersion property. For instance:
<InstallShieldPropertyOverrides Include="$(MSIProductCode)"> <Property>ProductCode</Property> </InstallShieldPropertyOverrides>
Source: https://habr.com/ru/post/1772193/More articles:How can I convince powershell (run through task scheduler) to find my network drive? - windows-7Initializing an ActiveRecord Object without Overriding Initialization - ruby-on-railsrandom access to php file and saving object to file - phpShow or hide date based content with jQuery? - jqueryHow to get registered path to ActiveX component - c #multi-module assembly maven - maven-2How can I synchronize my MSSQL database with MySQL? - synchronizationStandard input and output in .NET. - c #main issues of FFT normalization - matlabA decent alternative to Clickpass? - openidAll Articles