[Bug 50580] iTunes 12.11.0.26 installer doesn't recognize WinVer 'Windows 10' setting (WMI 'Win32_OperatingSystem' class uses 'GetVersionEx' API to retrieve OS version info, a deprecated API in Windows 10)

WineHQ Bugzilla wine-bugs at winehq.org
Tue Feb 2 16:36:44 CST 2021


https://bugs.winehq.org/show_bug.cgi?id=50580

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Fixed by SHA1|                            |ba06f7a541c44343a9751cc6105
                   |                            |211c1ef058c49
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #4 from Anastasius Focht <focht at gmx.net> ---
Hello folks,

this is fixed by commit
https://source.winehq.org/git/wine.git/commitdiff/ba06f7a541c44343a9751cc6105211c1ef058c49
("wbemprox: Report the real OS version.").

Thanks Hans

iTunes 12.11 installer works now as expected for Win10 setting.

'SetupAdmin144.log':

--- snip ---
...
MessageType: INSTALLMESSAGE_INFO
Message: Property(S): BUSEROSVERSION = 10
Returning:   0L
...
--- snip ---

Also my testcase from comment #2:

--- snip ---
$ for ver in win7 win8 win81 win10 ; do \
    ( \
      export WINEDEBUG=-all
      echo "======" && \
      winecfg -v $ver && \
      winecfg -v | tee && \
      wine cscript osversion.vbs \
    ) ; done

======

win7
BuildNumber: 7601
Caption: Microsoft Windows 7 Professional
CSDVersion: Service Pack 1
CSName: LINUX
Version: 6.1.7601
======
win8
BuildNumber: 9200
Caption: Microsoft Windows 8.1 Pro
CSDVersion:
CSName: LINUX
Version: 6.2.9200
======
win81
BuildNumber: 9600
Caption: Microsoft Windows 8 Pro
CSDVersion:
CSName: LINUX
Version: 6.3.9600
======
win10
BuildNumber: 17763
Caption: Microsoft Windows 10 Pro
CSDVersion:
CSName: LINUX
Version: 10.0.17763
--- snip ---

$ wine --version
wine-6.1-70-g433b9081ba7

Regards

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list