Problem installing 2007MS OFFICE wine 1.7.38

Questions about Wine on Linux
Locked
mkj256
Newbie
Newbie
Posts: 1
Joined: Thu Mar 19, 2015 3:04 pm

Problem installing 2007MS OFFICE wine 1.7.38

Post by mkj256 »

On my laptop i have installed both windows 8 and ubuntu 14.04. Recently (2 weeks ago) i have installed office 2007 on my windows partiation and i was expecting to use it easily from ubuntu using wine. I am using wine

First problem: USING WINE
when doing

Code: Select all

wine WINWORD.exe
i get IOPL not enabled

After surfing on the web i have entered

Code: Select all

winecfg
and added gdiplus and switched between different boot order (Native, Native builtin , builtin native, builtin and disabled).
I have also tried to add the

Code: Select all

 WINEPREFIX= /home/user/.wine
in the

Code: Select all

etc/enviroment
file
none of them worked. SO i have uninstalled the office 2007 from the windows partiation and tried to run the setup.exe program from linux directly.

Code: Select all

 wine Microsoft\ Office\ 2007\ SP2\ English.exe 
ERROR:

Code: Select all

p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory
fixme:win:DisableProcessWindowsGhosting : stub
err:module:import_dll Library MFC42.DLL (which is needed by L"C:\\users\\******\\Temp\\is-5CR3R.tmp\\isskin.dll") not found

Second Problem: USING POL (Playonlinux)
A lot of answers on the internet have suggested to use playonlinux to install office 2007.
i have installed playonlinux and the first problem that i had was that wine was not abled to find the CD. (still unsolved)
i have tried to install an app that is not listed and i was able to browse into the setup.exe file. When running the setup.exe file i am getting the the error:

Code: Select all

Runtime error(at 1-0)
Cannot import dll:c:\users\******\Temp\isLUHE9.tmp\isskin.dll
any help is really appreciated
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Problem installing 2007MS OFFICE wine 1.7.38

Post by dimesio »

mkj256 wrote:On my laptop i have installed both windows 8 and ubuntu 14.04. Recently (2 weeks ago) i have installed office 2007 on my windows partiation and i was expecting to use it easily from ubuntu using wine.
You can't. You need to install it in Wine. Follow the howto in the AppDB. https://appdb.winehq.org/objectManager. ... n&iId=4992
Second Problem: USING POL (Playonlinux)
POL is not supported here; this forum is for plain Wine only.
Locked