I'm confused by all the outdated, mixed up info on installing office 2007. Could someone give clear directions here?
OK, I have Linux Mint 15 Cinnamon 1.8, 64 bit. with WINE 1.6
I've installed Office 2007. Word can't save docs, and when you close it, it says it needs msxml 5 installed.... Onenote won't work, there are instructions here http://www.umairrashid.com/2012/02/01/g ... -on-linux/ but I think it is outdated info.
any suggestions?
Need help with installing Office 2007
Re: Need help with installing Office 2007
OK, I tried adding these to the Onenote's libraries, and it now works. gdiplus, msxml3, riched20 and 32
Word is still having issues.
Word is still having issues.
Last edited by jbfps116 on Wed Aug 21, 2013 11:31 am, edited 1 time in total.
Re: Need help with installing Office 2007
Word can't open files either. A configuration dialog box comes up...
Re: Need help with installing Office 2007
Sounds like http://bugs.winehq.org/show_bug.cgi?id=30785.jbfps116 wrote: I've installed Office 2007. Word can't save docs, and when you close it, it says it needs msxml 5 installed....
As for the "outdated, mixed up info on installing Office 2007", the AppDB Howto states:
http://appdb.winehq.org/objectManager.p ... n&iId=4992Note: If you have 64 bit Wine installed, you must create a 32 bit wineprefix for Office 2007 or the installed programs will not be usable.
Re: Need help with installing Office 2007
So you're saying I need to delete my installation of Office and somehow install it on a 32 bit wineprefix? How do I do it?
-
- Level 7
- Posts: 823
- Joined: Thu Aug 27, 2009 6:23 am
Re: Need help with installing Office 2007
The simplest way would be to move/rename your ".wine" folder to e.g. ".wineold". Then run "WINEARCH=win32 winecfg", this will create a new (empty) ".wine" folder aka 32bit wineprefix. Then install Office again, it will be installed in the new ".wine" folder . If you've got other applications in your old wineprefix, you can still run them like this: "WINEPREFIX=~/.wineold wine yourapplication.exe".