http://bugs.winehq.org/show_bug.cgi?id=24412
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hans@meelstraat.net
--- Comment #4 from Hans Leidekker hans@meelstraat.net 2010-09-27 13:12:14 CDT --- It's WINHTTP_OPTION_UNLOAD_NOTIFY_EVENT, but this happens when the installer wants to report an earlier failure. It wants to run this wmi query:
Select HotFixID from Win32_QuickFixEngineering WHERE HotFixID="KB971512" OR HotFixID="KB2117917"
but our wmi implementation is a complete stub. The win7 version of the installer gets a bit further, it starts downloading a .msu file which it then supplies as an argument to wusa.exe.
wusa.exe depends on the windows update service, so perhaps we should wait for a standalone version of the installer...