On Fri, Apr 11, 2008 at 7:00 AM, tryfonaration <wineforum-user@xxxxxxxxxx> wrote: > Well, I installed MS Office 2003 Professional, then downloaded the SP3 from http://download.microsoft.com/download/7/7/8/778493c2-ace3-44c5-8bc3-d102da80e0f6/Office2003SP3-KB923618-FullFile-ENU.exe and then when executing it with Wine I got in the terminal: > ... > fixme:msi:MsiEnumPatchesA "{90110409-6000-11D3-8CFE-0150048383C9}" 0 0x33f2c0 0x13cd80 0x33f2b0 > fixme:advapi:LookupAccountNameW (null) L"tryfon" (nil) 0x33bb90 (nil) 0x33bb88 0x33bb8c - stub > fixme:advapi:LookupAccountNameW (null) L"tryfon" 0x737f20 0x33bb90 0x7365d0 0x33bb88 0x33bb8c - stub > err:msidb:msi_table_load_transform insert row failed > err:msidb:msi_table_load_transform insert row failed > err:msidb:msi_table_load_transform insert row failed > > and so on and then "The update cannot be applied." Any idea? First off, how did you install Office 2003? Let's do it again from scratch with as few native DLLs as possible. e.g. clear out your .wine directory like this: cd $HOME mv .wine .wine.old and then install MS Office 2003 without any native DLLs or tweaks, and make sure it works. http://appdb.winehq.org/appview.php?iVersionId=3214 suggests you might need just two native DLLs, so if the installation fails, try it again after doing wget http://kegel.com/wine/winetricks and then sh winetricks msxml3 and/or sh winetricks riched30 - Dan