Hi I have tried these methods to get Microsoft Office 365 to work but it will keep failing to work.
According to WineHq website it shows how to install office 365 https://appdb.winehq.org/objectManager.php?sClass=version&iId=37735
Here is the list
Steps to install
1. Create 32 bit prefix
2. Add to registry DWORD "HKCU/Software/Wine/Direct2D/max_version_factory" with value "0"
3. Add to registry DWORD "HKCU/Software/Wine/Direct3D/MaxVersionGL" with value "30002" (hexadecimal)
4. winetricks msxml6 riched20
5. Run installer downloaded from office.com
6. Copy AppvIsvSubsystems32.dll and C2R32.dll from "C:\Program Files\Common Files\Microsoft Shared\ClickToRun" to "C:\Program Files\Microsoft Office\root\Client" and to "C:\Program Files\Microsoft Office\root\Office16"
7. Start using Office 365 !
So first I ran this
WINEARCH=win32 WINEPREFIX=~/Desktop/office winecfg
And I tried selecting Windows 7 and Windows 10.
WINEARCH=win32 WINEPREFIX=~/Desktop/office regedit
When it opens the registry editor, as according to step 2 and 3, I did added the DWORD
'S in this way.
Step 2
Step 3
I don’t know if I am adding the DWORD
's correctly or not? By the way the Direct2D
and Direct3D
keys were not originally available, I had to create this manually.
WINEARCH=win32 WINEPREFIX=~/Desktop/office winetricks msxml6 riched20
WINEARCH=win32 WINEPREFIX=~/Desktop/office wine OfficeSetup (1).exe
So when I get here, it does run the installer.
however it seems like it opens two windows and it has a bit of a glitchy effect while installing.
And then when it goes to the next stage of the installation (I guess its kinda glitchy with missing text so I don’t exactly know but I notice its not using much disk and CPU usage as well as the terminal is not outputting new information.) it shows this screen
And nothing happens. I left it like this for quite some time and nothing changes. Did I configure the registry keys correctly?