http://bugs.winehq.org/show_bug.cgi?id=31290
Joachim Breitsprecher wine@jeyk.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wine@jeyk.de
--- Comment #1 from Joachim Breitsprecher wine@jeyk.de 2012-10-14 05:46:00 CDT --- I ran into the same problem. However, it is all documented on the AppDB page for the Office 2010 installer:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=17336
Here's the short version of how to do it:
1) DO NOT use any winetricks!
2) Use a clean Wine-Prefix and 32-Bit Wine-Arch to run setup.exe:
WINEARCH=win32 WINEPREFIX=~/.wine-msoffice wine setup.exe
3) Installation should complete. After installing, set riched20 to "Native, Builtin" in winecfg. Remember to use the same WINEPREFIX as above