http://bugs.winehq.org/show_bug.cgi?id=8234
truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed| |1
------- Additional Comments From truiken@gmail.com 2007-23-05 18:07 ------- I have reproduced this, and the installer is bailing out because of missing COM classes:
err:ole:CoGetClassObject class {4590f811-1d3a-11d0-891f-00aa004b2e24} not registered err:ole:CoGetClassObject no class object {4590f811-1d3a-11d0-891f-00aa004b2e24} could be created for context 0x1 err:ole:CoGetClassObject class {9a5ea990-3034-4d6f-9128-01f3c61022bc} not registered err:ole:CoGetClassObject no class object {9a5ea990-3034-4d6f-9128-01f3c61022bc} could be created for context 0x1 fixme:process:IsWow64Process (0xffffffff 0x34d340) stub! err:ole:CoGetClassObject class {304ce942-6e39-40d8-943a-b913c40c9cd4} not registered err:ole:CoGetClassObject no class object {304ce942-6e39-40d8-943a-b913c40c9cd4} could be created for context 0x1 fixme:process:IsWow64Process (0xffffffff 0x34d340) stub! err:ole:CoGetClassObject class {304ce942-6e39-40d8-943a-b913c40c9cd4} not registered err:ole:CoGetClassObject no class object {304ce942-6e39-40d8-943a-b913c40c9cd4} could be created for context 0x1
After downloading the providing dlls and registering them, we still get errors:
fixme:rpc:RpcBindingSetAuthInfoExW unsupported AuthnSvc 10 fixme:ole:CoCreateInstance no instance created for interface {f7898af5-cac4-4632-a2ec-da06e5111af2} of class {304ce942-6e39-40d8-943a-b913c40c9cd4}, hres is 0x800706d3 fixme:process:IsWow64Process (0xffffffff 0x34d340) stub! fixme:rpc:RpcBindingSetAuthInfoExW unsupported AuthnSvc 10 fixme:ole:CoCreateInstance no instance created for interface {f7898af5-cac4-4632-a2ec-da06e5111af2} of class {304ce942-6e39-40d8-943a-b913c40c9cd4}, hres is 0x800706d3
So it'll take quite a bit of work to get this working.