Arch install Office 2007
Arch and arch-based distributions playonlinux and microsoft office programs are experiencing difficulties in loading deb-based deployments that do not have trouble.
However, it is possible to easily install microsoft office using the following commands.
First as a manager
pacman -S wine winetricks wine_gecko wine-mono lib32-ncurses
pacman -S openal lib32-openal
WINEARCH = win32 WINEPREFIX = $ HOME / .wine32 winetricks d3dx9 vcrun2006 wininet corefonts adobeair ie8
If you don't install adobe and ie8.
WINEARCH = win32 WINEPREFIX = $ HOME / .wine32 winecfg
We are installing the necessary packages with the command. They don't have to be installed at all, but the first command is precise.
It is also recommended to add riched20 priority from the libraries tab.
Then we set the wine package as xp because office 2007 is compatible with xp.
then we install the msxml3 package through the command line.
WINEARCH = win32 WINEPREFIX = $ HOME / .wine32 winetricks msxml3
Then we can go to the installation process by specifying the path to the setup.exe file where office 2007 files are located.
Removing your office iso file into your home folder may give you more accurate results, otherwise the office repair that is not completed by opening the office may disturb you.
WINEARCH = win32 WINEPREFIX = $ HOME / .wine32 wine Setup.exe
I recommend that you do not leave the user information section after the correct key entry. Because you are asked to confirm this after the installation, there may be a problem in reaching this screen.
The SP3 service pack is not mandatory for 0ffice 2007, but you can download it from the link below and install it again with the following command.
https://www.microsoft.com/tr-tr/download/details.aspx?id=27838
WINEARCH = WIN32 WINEPREFIX = $ HOME / .wine32 wine office2007sp3-kb2526086-fullfile-en-en.exe
No comments