You are not logged in.
Pages: 1
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 samaba2. Setup clean wineprefix with 32 bit architecture.
WINEARCH=win32 WINEPREFIX=~/.wine_MSoffice winecfg3. Install Wine dependencies.
WINEPREFIX=~/name_of_prefix winetricks corefonts dotnet35 msxm13 mdac28 gdiplus3. Install libraries.
sudo pacman -S lib32-libldap lib32-gnutls lib32-libxml2 lib32-ncurses4. Install msxml6 for msoffice 2010.
WINEPREFIX=~/name_of_prefix msxml65. Run installer through wine.
WINEPREFIX=~/.wine_MSoffice /path/to/msoffice/folder/setup.exeThis 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
Pages: 1