Reputation: 4190
During upgrade, I can use to determine ProductId that installed on the machine. Is there a way to know the version, like 1.0.0.0, in addition without handling that by yourself, storing in registry etc.
Upvotes: 0
Views: 34
Reputation: 1897
I think you are looking for Upgrade Version element. Using this element you can specify things like range of versions for which upgrades are allowed or range of versions for which upgrades are not allowed.
You can also read through this post for a detailed explanation of how upgrade works.
Upvotes: 1