About Store Forum Documentation Contact



Post Reply 
Windows 8.1 Version Number
Author Message
fatcoder Offline
Member

Post: #1
Windows 8.1 Version Number
Hey Greg, just thought I'd let you know that Windows 8.1 (6.3) has a different version number to Windows 8 (6.2).

http://msdn.microsoft.com/en-us/library/...s.85).aspx

Therefore OSVer() is returning WINDOWS_UNKNOWN when also targeting Windows 8.1 in the Windows Manifest.xml file.

Code:
<!--Windows 8.1 -->
<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>

http://msdn.microsoft.com/en-us/library/...s.85).aspx
12-15-2014 03:30 AM
Find all posts by this user Quote this message in a reply
Esenthel Online
Administrator

Post: #2
RE: Windows 8.1 Version Number
Thank you!

Just committed this to the source.
12-15-2014 04:14 AM
Find all posts by this user Quote this message in a reply
Post Reply