[Bug 24412] IE9 Beta fails to install -- needs ktmw32.dll

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Sep 27 13:12:14 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=24412

Hans Leidekker <hans at meelstraat.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hans at meelstraat.net

--- Comment #4 from Hans Leidekker <hans at 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...

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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