I managed to get Office 2013 almost to work with Crossover, but not with Wine 2.0. Latest Wine is supposed to support Office 2013, but I find no tutorials how to actually achieve that. So if the statement about support is true, how do I accomplish installing MS Office 2013 to Ubuntu with Wine 2.0?
I installed office 2013 and I used to get a black window after starting it up. I fixed the black screen by following the solution posted in the WineHQ-Forum.
Here's what I did:
Install Wine and Components
First, install wine 2.1 (might als work with 2.0 'winehq-staging')
Install 'winbind'
Create Clean 32bit Prefix for Win7
Crete a clean 32 bit prefix and start up winecfg:
In the winecfg applications tab select "Windows version: Windows 7" Close wine config and install winetricks
Install Libraries
Then start winetricks for your prefix
accept "select the default wineprefix" with OK. Now, select "Install Windows DLL components" and go and install msxml6
I also installed the cambria font, but that shouldn't matter.
Don't close winetricks just yet, you most likely want to fix the black screen bug.
Fix Black Window
In order to fix the black window that impedes Office 13 to be used, add the HKCU\Software\Wine\Direct3D\MaxVersionGL new DWORD value 30002 (hexa) to the registry.
Here's how to do this: In Winetricks select Run regedit and wait for the Registry Editor window to open. In the folder tree expand HKEY_CURRENT_USER - Software - Wine and create a new key in the Wine folder. To do so, right click, select new-->key and name it Direct3D. Now create new-->DWORD Value, rename the file to MaxVersionGL and set the value data to 30002 (hexadecimal). Close the Registry Editor window.
It should look like this: Close the Registry Editor window.
Close the winetricks window and run installer:
Install Office 2013
From here, the install runs and completes 100%.
Open one of the Office programs of your choice. They mostly work, but I found that the Word Math Typesetting does not work and Power Point may not start as well due to "not enough memory or system resources". So, still room for improvement.
In addition to Philippe's answer I installed the following from winetricks:
That solved the PowerPoint "not enough memory or system resources" issue and black fields issue
Install Office 2013 pro 32bit
This solution is tested on Ubuntu 17.10 with wine 2.0.2.
Required Dependencies
We need a clean 32bit wine prefix and some packages.
Note that I also recommend
wine-3.0
due to its DirectX11 Support. To install, useInstallation Process
The recipie is now upstream on winetricks. We need a clean 32bit prefix for it. If you do not have one, prepend
WINEPREFIX="${HOME}/.wine-office2013pro"
to the wine commands.First get the newest winetricks:
and then use the recipie on a 32bit wine prefix.
First start
The installed desktop files are located in
There should be a welcome messages that connects to the internet (only on wine-3.0) and lets you activate the product.
Microsoft Word 2013 will start fine. Although, there are certainly some bugs in it.
Microsoft PowerPoint 2013 has some unresolved issues like the black slides. Sometimes it also refuses to start at first. If so, do not press reboot when asked, as it will exit wine.
Product Activaton
On
wine-3.0
activation is possible over the internet.On
wine-2.0
the product can be activated via telephone. The phone number is found here. For us, it is 866-421-7141Okay friends! Here's my answer!
This question was originally asked in 2017-02-03. In 2018-02-17 we already have newer versions of wine.
I posted this answer because I believe it is a solution accessible to more people.
Below is a script for use with PlayOnLinux ( https://www.playonlinux.com/en/ ). It was based on a script created originally by Quentin Pâris (thanks guy! =D ).
To do the installation we need the following resources: wine, winetricks, winbind and playonlinux.
NOTE: winetricks and winbind are usually installed along with wine. To test if they are present use the commands
winetricks -V
andwbinfo -V
respectively!With contributions from @Naheel and @Philippe .
TO USE THE SCRIPT:
Save the script below to a text file (eg:
office2013.bash
).Start PlayOnLinux, open the script file above...
... , run it...
... and follow the on-screen instructions.
PLAYONLINUX SCRIPT:
FURTHER INFORMATION ABOUT THIS SCRIPT: https://www.playonlinux.com/en/app-2665.html
Using PlayOnLinux is more simpler, just follow this video : https://www.youtube.com/watch?v=6HhKWXdCWBM. In video description you'll find :
https://www.reddit.com/r/linux/comments/3ukrfh/microsoft_office_2013_on_linux_using_playonlinux/