https://bugs.winehq.org/show_bug.cgi?id=50908 --- Comment #3 from John <the.ideals(a)gmail.com> --- Hi Austin, thanks for the response, log attached. WINEDEBUG=msi wine WindowsAdminCenter2103.msi &> log.txt Only lines without WINEDEBUG are below: 010c:fixme:file:NtLockFile I/O completion on lock not implemented yet 010c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 010c:err:msi:ITERATE_Actions Execution halted, action L"LaunchConditions" returned 1603 I checked the msi file with Orca. It looks like the WIN_10 check is the advapi32 version? 010c:trace:msi:file_version_matches comparing file version 5.1.2600.2180: 010c:trace:msi:file_version_matches less than minimum version 6.3.10000.0 Installed OR SUPPORTED_CLIENT_SKU OR SUPPORTED_SERVER_SKU This software is not supported on this operating system. SetSUPPORTED_CLIENT_SKU WIN_10 AND MsiNTProductType = 1 52 SetSUPPORTED_SERVER_SKU WIN_10 AND (MsiNTProductType = 3 OR MsiNTProductType = 2) 55 WIN_10 searchFile searchFile searchSystem searchSystem [System64Folder] 0 searchFile advapi32.dll 6.3.10000.0 -- 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.