https://bugs.winehq.org/show_bug.cgi?id=40723
Bug ID: 40723 Summary: Windows NT\CurrentVersion CurrentVersion entry should change with Windows Version setting Product: Wine Version: 1.9.11 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: trivial Priority: P2 Component: registry Assignee: wine-bugs@winehq.org Reporter: jedwbartlett@gmail.com Distribution: ---
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion "CurrentVersion"
CurrentVersion value, regardless of ProductName is being set to 5.0
It should be set based on the version of windows that is configured in winecfg
Operating system Version number ---------------------------- -------------- Windows 10 10.0 Windows Server 2016 10.0 Windows 8.1 6.3 Windows Server 2012 R2 6.3 Windows 8 6.2 Windows Server 2012 6.2 Windows 7 6.1 Windows Server 2008 R2 6.1 Windows Server 2008 6.0 Windows Vista 6.0 Windows Server 2003 R2 5.2 Windows Server 2003 5.2 Windows XP 64-Bit Edition 5.2 Windows XP 5.1 Windows 2000 5.0
I have some products that explicitly check to ensure they are being installed on a supported version of Windows. (Debatable that this is appropriate, but it is what it is).
(Source of table) http://stackoverflow.com/questions/14648796/currentversion-value-in-registry...