WINE is a compatibility layer that lets Linux users install and run Windows applications. It is not a virtual machine or an emulator. In simple words the compatibility layer translates Windows calls to Linux calls and thus something that can be understood by the underlying Linux system.
For GUI folks (like me), PlayOnLinux is a graphical frontend to manage WINE applications. It also helps to automate some processes during the execution of the EXE files through the use of POL Scripts.
All along POL has a script that installs Microsoft Office 2010 to a point where it runs quite smoothly and mostly bug-free. However, future versions of Office have failed to be installed or run properly.
As I was playing around with a copy of Microsoft Office 2016, I was able to get Microsoft Office 2016 running "well enoughTM" such that it can be used on a day-to-day basis. Here I will outline the steps I have done to accomplish
My laptop is running Kubuntu 18.04.3 LTS and has POL 4.2.12-1 installed (from Ubuntu repositories). I based the installation steps on the Microsoft Office 2010 script and the Ubuntu Forums here.
Installation
Thanks for reading this post, sorry for not posting for a LONG time. I'll try to make it more consistent in the future. You're awesome.
For GUI folks (like me), PlayOnLinux is a graphical frontend to manage WINE applications. It also helps to automate some processes during the execution of the EXE files through the use of POL Scripts.
All along POL has a script that installs Microsoft Office 2010 to a point where it runs quite smoothly and mostly bug-free. However, future versions of Office have failed to be installed or run properly.
As I was playing around with a copy of Microsoft Office 2016, I was able to get Microsoft Office 2016 running "well enoughTM" such that it can be used on a day-to-day basis. Here I will outline the steps I have done to accomplish
My laptop is running Kubuntu 18.04.3 LTS and has POL 4.2.12-1 installed (from Ubuntu repositories). I based the installation steps on the Microsoft Office 2010 script and the Ubuntu Forums here.
Installation
- Install POL, all dependencies, and tools using apt-get
- Start up POL and go to Tools > Manage Wine versions. Proceed to install the 32-bit version of WINE version 4.15.
- Grab a copy of the IMG file of Microsoft Office 2016 that you have activated using your Microsoft Account. Be sure to check "Offline install" as the Online installer will crash within the first 10 seconds.
- Once downloaded, mount the IMG file as a disk. You can use "Disk Image Mounter" that comes with GNOME Disk Utility to mount the file.
- Click on "Configure" on POL. We will need to customise the POL drive before we start installation.
- Add a new drive by clicking on "New" and name the drive as you wish. The configurations are as below:-
- 32 bits windows installation
- Wine version 4.15
- Name the drive accordingly
- Select the new drive and click on the "Install Components" tab and install
msxml6
andriched20
. - Once done, navigate to the "Wine" tab and click on "Configure Wine".
- In the "Applications" tab, set the Windows version to "Windows 7".
- In the "Libraries" tab, set the following settings:-
- riched20 (native, builtin)
- msxml6 (native, builtin)
- Close the Wine Config window, and open the "Registry Editor".
- Navigate to
HKCU\Software\Wine
and right click on the "Wine" folder > New > Key - Rename the new key to "Direct2D".
- Right click on "Direct2D" > New > DWORD Value.
- Rename the new DWORD to
max_version_factory
. - Double click on "
max_version_factory
" and make sure that it is set to0
. - Close the Registry Editor.
- On the POL Configure window, navigate to the "Miscellaneous" and click on "Run a .exe file in this vertual drive".
- Select "setup.exe" in the mounted IMG file downloaded from office.com
- The installation window will be half black. If you have a system tray, the MSO logo will appear. Clicking on it will show progress. It will also show a balloon when installation completed.
- Kill all processes using the Kill processes button in the POL Configuration window (it is safe to do so after installation completes).
- Create application shortcuts as needed (in the "General" tab).
- Copy "AppvIsvSubsystems32.dll" and "C2R32.dll" from
<office2016-root>/Program Files/Common Files/Microsoft Shared/ClickToRun/
to<office2016-root>/Program Files/Microsoft Office/root/Office16/
- Start any of the Office applications. It will prompt that Office is not activated. DO NOT use the license key that came in the box of the Office 2016 -- it will not work.
- Instead, go back to office.com > My Account > Service & Subscriptions .
- Under the "Install" link there is a "Show Product Key" link. Clicking on it reveals a product key different from the one you have in the box. Use this license key to activate Office instead.
- Once done, Office will be activated and can be used.
sudo apt-get install wine-stable:i386 playonlinux winbind \ gnome-disk-utility
|
- All drop down menus will require some weird clicks to work. For me I needed to double click the drop down button, then the next single click will open the drop down menu.
- The windows that spawn also have some quirks. For me, when windowed, I am able to drag the windows as per normal. However, I am not able to maximise the windows by dragging it to the top of my screen, and it will not move if I attempt to drag the window out of the maximised state.
- The Maximise/Restore button does not work. I have to rely on my window manager shortcut keys to maximise or restore the windows.
Thanks for reading this post, sorry for not posting for a LONG time. I'll try to make it more consistent in the future. You're awesome.
Comments
Post a Comment