You are not logged in.

#1 2023-11-16 18:08:10

Java Wong
Member
Registered: 2023-11-12
Posts: 6

Install MS Office Through Wine 8.2

I want to install MS Office 2010 on my machine. I already have Office365 but it's limited and can only be used online, I have my reasons why that's not gonna work for me, soo...

This is what I did:

1. Update wine, winetricks, samba.

sudo pacman -Syu wine winetricks samaba

2. Setup clean wineprefix with 32 bit architecture.

WINEARCH=win32 WINEPREFIX=~/.wine_MSoffice winecfg

3. Install Wine dependencies.

WINEPREFIX=~/name_of_prefix winetricks corefonts dotnet35 msxm13 mdac28 gdiplus

3. Install libraries.

sudo pacman -S lib32-libldap lib32-gnutls lib32-libxml2 lib32-ncurses

4. Install msxml6 for msoffice 2010.

WINEPREFIX=~/name_of_prefix msxml6

5. Run installer through wine.

WINEPREFIX=~/.wine_MSoffice /path/to/msoffice/folder/setup.exe

This is where I'd get the error below...

007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
wine: failed to open "/home/manu/Documents/office 2010/setup.exe": c0000135

____________________________________________________________________________________________________________________________________
ChatGPT said there's either a missing or corrupted DLL.

Any idea what it is? or what the problem is at all?

Offline

Board footer

Powered by FluxBB