https://bugs.winehq.org/show_bug.cgi?id=39102
Bug ID: 39102 Summary: Office 2010 regression "encountered an error during setup" error during installation Product: Wine Version: 1.7.49 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: tomasvandenooijevaer@gmail.com Distribution: ---
Since Wine 1.7.49 I can no longer install Microsoft Office 2010 without running into the following error: "Microsoft Office Professional Plus 2010 encountered an error during setup"
Downgrading to 1.7.48 is a workaround for this regression. No other packages have been upgraded on my machine (64 bit Arch Linux, fully up-to-date on 18 August 2015).
Commands used for installation: export WINEARCH=win32 export WINEPREFIX=~/.wine-office2010 wine setup.exe
Application version used: Microsoft Office Professional Plus 2010. Legal version supplied by my university. I have also tried an extractable installer downloaded through Bittorrent, this gives me the same error.
The error message is probably not very helpful, therefore the terminal logs have been attached, both for the working installation (log_office2010_wine1748.txt) and broken installation (log_office2010_wine1749.txt).
After removing lines that were common in both log files, I notice that lines similar to the following are unique for the broken installation (1.7.49):
err:rpc:I_RpcReceive we got fault packet with status 0x80070241 err:msi:ITERATE_Actions Execution halted, action L"CAInstallSppPlugin.x86" returned 1603 fixme:service:EnumDependentServicesW 0x20d7e38 0x00000001 (nil) 0x00000000 0x341cbe0 0x341cbe4 - stub fixme:rpc:handle_bind_error unexpected status value 1765 err:rpc:RpcAssoc_BindConnection rejected bind for reason 0 fixme:rpc:handle_bind_error unexpected status value 1765 err:rpc:RpcAssoc_BindConnection rejected bind for reason 0
Let me know if you require any additional testing.