http://bugs.winehq.org/show_bug.cgi?id=1886
------- Additional Comments From alex@thehandofagony.com 2006-17-07 09:42 ------- Created an attachment (id=2932) --> (http://bugs.winehq.org/attachment.cgi?id=2932&action=view) Registry data
If I add this registry data to ~/.wine/system.reg (taken from WinXP), the installer give the following output instead of the one mentioned above
err:ole:get_inproc_class_object couldn't load in-process dll L"%" err:ole:CoGetClassObject no class object {cfc399af-d876-11d0-9c10-00c04fc99c8e} could be created for context 0x1 fixme:setupapi:SetupCopyOEMInfW stub: source L"C:\windows\temp\IXP000.TMP\wmexpack.inf" location L"c:\windows\RegisteredPackages\{CAC24AF7-5447-4F19-9FA6-F6E6E69D395E}" ...
If I then use a native msxml3.dll, it gives the following
err:ole:get_inproc_class_object couldn't load in-process dll L"c:\windows\System32\msxml3.dll" err:ole:CoGetClassObject no class object {cfc399af-d876-11d0-9c10-00c04fc99c8e} could be created for context 0x1 fixme:setupapi:SetupCopyOEMInfW stub: source L"C:\windows\temp\IXP000.TMP\wmexpack.inf" location L"c:\windows\RegisteredPackages\{CAC24AF7-5447-4F19-9FA6-F6E6E69D395E}" ...