Replies: 1 comment
-
That spec is about bundles, not MSI packages. MSI sets the rules for MSI versions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I wonder if there is a way to incorporate Semantic Versioning in Wix currently?
When I try to create a release candidate version, I get an error:
WIX0242: Invalid product version '0.1.0-rc.0'. MSI product versions must have a major version less than 256, a minor version less than 256, and a build version less than 65536. The revision value is ignored but version labels and metadata are not allowed.
I found a page about this in the documentation (https://wixtoolset.org/docs/development/wips/burn-engine-semantic-versioning/). Can anyone confirm if it is up to date? Is it expected to be included in the next release?
Beta Was this translation helpful? Give feedback.
All reactions