[Bug 50580] iTunes 12.11.0.26 - installer doesn't recognize Windows 10

WineHQ Bugzilla wine-bugs at winehq.org
Thu Jan 28 18:17:32 CST 2021


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

--- Comment #1 from winetaste at gmx.net ---
Extracting the installer and editing iTunes64.msi:

There are two LaunchConditions checking for Windows 10:

1. "Installed OR ((VersionNT=601 AND ServicePackLevel>=1) OR VersionNT>601)"

2. "Installed OR (VersionNT>=603 AND BUSEROSVERSION AND BUSEROSVERSION>=10) OR
DISABLE_OS_VERSION_CHECK"

Deleting the second condition fixes this problem and after more testing:

Wine returns BUSEROSVERSION=6 instead of >=10

-- 
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