Hello Olaf,
What I have noticed is that your versioning is quite wrong. If we have a look over the
ProductVersion property article from Microsoft, we can notice that the ProductVersion has 3 main fields:
- major
- minor
- build
Each of the above has a maximum value, as it follows:
major --> 255
minor --> 255
build --> 65,535
Your minor version looks quite off, being
10064.
To be fully honest with you, I am not quite sure what is happening behind the scenes when using a bigger minor version, thus I can not really say why this is happening.
Hope this helps somehow!
Best regards,
Catalin