http://bugs.winehq.org/show_bug.cgi?id=4446
truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rob@codeweavers.com AssignedTo|truiken@gmail.com |wine-bugs@winehq.org Status|ASSIGNED |NEW Component|wine-msi |wine-ole
------- Additional Comments From truiken@gmail.com 2006-08-09 16:52 ------- It looks like the current bug is an ole bug. The installer halts in the action 'FindDevStudioPath'. The interesting bits of the log:
0035:warn:rpc:RPCRT4_Receive Short read of header, -1 bytes 0035:warn:rpc:RPCRT4_io_thread receive failed with error 6c0 0020:Call kernel32.RaiseException(800706c0,00000000,00000000,00000000) ret=7e304880 0020:Call ntdll.RtlRaiseException(0034ed30) ret=7eea0a53 0020: eax=7ee8cd41 ebx=7ef018a0 ecx=00000000 edx=00000000 esi=00000000 edi=0034eda0 ebp=0034ed88 esp=0034ed24 ds=007b es=007b fs=003b gs=0033 flags=00000216
6C0 is RPC_S_PROTOCOL_ERROR and the exception 800706C0 is HRESULT_FROM_WIN32( RPC_S_PROTOCOL_ERROR ) then:
0035:Call PE DLL (proc=0x8c8277,module=0x8c0000 L"msi2a63.tmp",reason=THREAD_DETACH,res=(nil)) 0009:err:msi:ITERATE_Actions Execution halted, action L"FindDevStudioPath" returned 1603
I'll try to attach a log.