can we compare last digit of version number( skip first 3 digit)? and also can we remove the first 3 digits? #8186
Unanswered
KhandeManish
asked this question in
Questions
Replies: 1 comment 1 reply
-
How to compare version string in the Wix ToolSet Installer build? how can i compare both version strings in .wxs file? |
Beta Was this translation helpful? Give feedback.
1 reply
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'm seeking to exclude the first three digits of the version number and solely compare the fourth digit with the older version build. However, when attempting to remove the initial three digits, I encountered an error: 'The Product/@Version attribute's value, '1941...4203', is not a valid version. Legal version values should follow the format 'x.x.x.x' where each 'x' represents an integer from 0 to 65534.
Beta Was this translation helpful? Give feedback.
All reactions