cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
avillarreal
Level 2

ProductVersion not honored when building with UI

Jump to solution

I have an MSI project and I'm using InstalShield 2015. I set the ProductVersion to 2.9.0 and when I build from UI the property is set to 0.0.1. The only way I can make it have a different version number is by using the -y paramater using IsCmdBld.exe. But I want to be able to test versions with UI debugger so I don't know what to do to get it right.

Labels (1)
0 Kudos
(1) Solution
shunt
Revenera Moderator Revenera Moderator
Revenera Moderator

Within your project navigate here:

Installation Designer > MEDIA > Releases > Select your Release > General Tab > Product Version

If you have a value set here it will overwrite any value you have in the "General Information" view.

View solution in original post

0 Kudos
(1) Reply
shunt
Revenera Moderator Revenera Moderator
Revenera Moderator

Within your project navigate here:

Installation Designer > MEDIA > Releases > Select your Release > General Tab > Product Version

If you have a value set here it will overwrite any value you have in the "General Information" view.

0 Kudos