cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
predatorsw
Level 3

Is there a way to put build/version info on an msi?

I'd also like to auto-increment MSI version numbers so we can have installation build versions similar to plain old EXE's and the like and have them autogenerated.
Labels (1)
0 Kudos
(1) Reply
TsungH
Level 12

If by "MSI version", you meant ProductVersion property, you can use -y switch where you can incorporate build number (from continuous build) into the version for ProductVersion property.
IsCmdBld.exe -p abc.ism -a Config -r Release -y %Version%
0 Kudos