[Bug 31942] Office Professional 2003 Installer Crashes Almost Immediately

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Dec 1 04:20:25 CST 2015


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

--- Comment #29 from Hans Leidekker <hans at meelstraat.net> ---
It depends on getting the right data from setupapi. It calls
SetupDiGetClassDevsW with class GUID_DEVINTERFACE_DISK and then
SetupDiEnumDeviceInterfaces. We don't store anything in the relevant registry
keys so the enumeration fails immediately. However, the installer doesn't
appear to check the return value.

If I put some fake data below these two keys the crash is gone:
System\CurrentControlSet\Control\DeviceClasses
System\CurrentControlSet\Enum

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