http://bugs.winehq.org/show_bug.cgi?id=30785
--- Comment #19 from Nikolay Sivov bunglehead@gmail.com --- --- 0009:Call ole32.CoCreateInstance(32035758,00000000,00000001,32035768,0259852c) ret=3204ce3f 0009:Call KERNEL32.FindActCtxSectionGuid(00000001,00000000,00000004,32035758,00330b70) ret=7ea8d784 0009:Ret KERNEL32.FindActCtxSectionGuid() retval=00000000 ret=7ea8d784 0009:Call ntdll.RtlInitUnicodeString(00330a40,00330a86 L"CLSID\{88D969EF-F192-11D4-A65F-0040963251E5}") ret=7ea89ebe 0009:Ret ntdll.RtlInitUnicodeString() retval=00000058 ret=7ea89ebe 0009:Call ntdll.NtOpenKey(00330a80,00020019,00330a48) ret=7ea89eda 0009:Ret ntdll.NtOpenKey() retval=c0000034 ret=7ea89eda 0009:Call ntdll.RtlNtStatusToDosError(c0000034) ret=7ea89ee5 0009:Ret ntdll.RtlNtStatusToDosError() retval=00000002 ret=7ea89ee5 0009:err:ole:CoGetClassObject class {88d969ef-f192-11d4-a65f-0040963251e5} not registered ---
c0000034 -> STATUS_OBJECT_NAME_NOT_FOUND
So it looks like it's not registered properly. Could you search registry for 'msxml5.dll' string? And please check that msxml5.dll is actually installed in a 32 bit path. It all seems to be installation issue.