http://bugs.winehq.org/show_bug.cgi?id=24272
Summary: Office 2003 & 2007 installers fail on an unexpected error Product: Wine Version: 1.3.2 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: msi AssignedTo: wine-bugs@winehq.org ReportedBy: dimesio@earthlink.net
The Office 2007 installer fails shortly after starting while Office 2003 doesn't fail until near the end, but both are caused by this commit:
18ebf2c57610e3474876e908bccc5b61ee8d73e2 is first bad commit commit 18ebf2c57610e3474876e908bccc5b61ee8d73e2 Author: Hans Leidekker hans@codeweavers.com Date: Thu Sep 2 13:20:36 2010 +0200
msi: Return an error from MsiDatabaseGetPrimaryKeys if the table does not exist.
:040000 040000 be264c8a6e712d43fce27da5cfc48bb35eef0d63 b0099db72a2f20c8b769e54db9c17d1d626b3e79 M dlls
Reverting the commit fixes it for both.