https://bugs.winehq.org/show_bug.cgi?id=50908
Bug ID: 50908 Summary: Windows Admin Center fails to install (operating system not supported) Product: Wine Version: 6.5 Hardware: x86-64 URL: https://web.archive.org/web/20210401220916/https://dow nload.microsoft.com/download/1/0/5/1059800B-F375-451C- B37E-758FFC7C8C8B/WindowsAdminCenter2103.msi OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: the.ideals@gmail.com Distribution: ---
This software is not supported on this operating system.
winecfg # Windows 10 doesn't work.
Windows 10 (version 1709 or later) required.
https://docs.microsoft.com/en-us/windows-server/manage/windows-admin-center/...
sha1sum WindowsAdminCenter2103.msi 9a9071d04593f12b471902d5fd645a31c65e0ced WindowsAdminCenter2103.msi
du -sh WindowsAdminCenter2103.msi 71M WindowsAdminCenter2103.msi
https://bugs.winehq.org/show_bug.cgi?id=50908
John the.ideals@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
https://bugs.winehq.org/show_bug.cgi?id=50908
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish@gmail.com
--- Comment #1 from Austin English austinenglish@gmail.com --- Please attach the terminal output.
Note that like bug 10219, this may be a WONTFIX, depending on what exactly the installer is checking for.
https://bugs.winehq.org/show_bug.cgi?id=50908
--- Comment #2 from John the.ideals@gmail.com --- Created attachment 69722 --> https://bugs.winehq.org/attachment.cgi?id=69722 debug log
https://bugs.winehq.org/show_bug.cgi?id=50908
--- Comment #3 from John the.ideals@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
https://bugs.winehq.org/show_bug.cgi?id=50908
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|UNCONFIRMED |RESOLVED
--- Comment #4 from Austin English austinenglish@gmail.com --- Thanks. Sounds like bug 50854. Louis just submitted a patch, fyi: https://source.winehq.org/patches/data/203174
*** This bug has been marked as a duplicate of bug 50854 ***
https://bugs.winehq.org/show_bug.cgi?id=50908
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Component|-unknown |advapi32 Keywords| |Installer Summary|Windows Admin Center fails |Windows Admin Center 2103 |to install (operating |(Windows 10 app) installer |system not supported) |refuses to install: "This | |software is not supported | |on this operating system."
https://bugs.winehq.org/show_bug.cgi?id=50908
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Closing duplicate.