Hi Everyone!
I'm a bit of a wine n00b so your patience is muchly appreciated!
So I've followed every set of instructions that I can, yet I still cannot get MS Office to install on Ubuntu 13.04. Yes, I would prefer to use Libre Office, but work insist...
The installation gets part of the way through, then just returns the attached message. What am I doing wrong?
I have also tried using "PlayOnLinux", however under this, it says that Excel does not have enough memory to run. I did run Excel on this laptop before when it was on Windows 8, but everyone says installing M$ Office is sooo easy in Wine I thought I would be ok to go with my preferred OS
Any help would be most gratefully appreciated!
Microsoft Office Professional Plus 2010 Error on Install
-
- Newbie
- Posts: 4
- Joined: Sat May 11, 2013 5:08 pm
Re: Microsoft Office Professional Plus 2010 Error on Install
PlayOnLinux is not supported here, and their scripts for MS Office are wrong.
Once the Office 2010 installer fails for a given wineprefix it will always fail in that wineprefix, so the first thing you need to do is delete the wineprefix and install to a clean one.
Note that 64 bit Office 2010 does not work in Wine; 32 bit does, but only in a 32 bit wineprefix. If your OS is 64 bit, create a 32 bit wineprefix with
(substitute the actual path to the wineprefix), then install to that following the instructions in the AppDB. Note you must have wine-mono and winbind installed for the installer to work.
http://wiki.winehq.org/FAQ#wineprefix
http://appdb.winehq.org/objectManager.p ... &iId=17336
Once the Office 2010 installer fails for a given wineprefix it will always fail in that wineprefix, so the first thing you need to do is delete the wineprefix and install to a clean one.
Note that 64 bit Office 2010 does not work in Wine; 32 bit does, but only in a 32 bit wineprefix. If your OS is 64 bit, create a 32 bit wineprefix with
Code: Select all
WINEARCH=win32 WINEPREFIX=/path/to/wineprefix winecfg
http://wiki.winehq.org/FAQ#wineprefix
http://appdb.winehq.org/objectManager.p ... &iId=17336
-
- Newbie
- Posts: 4
- Joined: Sat May 11, 2013 5:08 pm
Re: Microsoft Office Professional Plus 2010 Error on Install
So I installed Mono and samba to get winbind, but now Office is returning the attached error. What am I doing wrong now?dimesio wrote:Note you must have wine-mono and winbind installed for the installer to work
Re: Microsoft Office Professional Plus 2010 Error on Install
Sounds like you neglected to create a clean wineprefix.
-
- Newbie
- Posts: 4
- Joined: Sat May 11, 2013 5:08 pm
Re: Microsoft Office Professional Plus 2010 Error on Install
I think that was the problem! I made a clean wineprefix and office installed perfectly! Thanks everyone!dimesio wrote:Sounds like you neglected to create a clean wineprefix.