MS Office 2016 32bit fails to install

Questions about Wine on Linux
Locked
orclex
Newbie
Newbie
Posts: 3
Joined: Wed Sep 12, 2018 6:45 am

MS Office 2016 32bit fails to install

Post by orclex »

Hi!

I've tried to install MS Office 2016 32bit that should work according to
https://appdb.winehq.org/objectManager. ... ss=version
but my installation always exit with en error during setup.

I've tried installing in a fresh prefix path and did:

Code: Select all

 WINEARCH=win32 WINEPREFIX=~/.wine/office32 winetricks msxml6
 WINEARCH=win32 WINEPREFIX=~/.wine/office32 winetricks win7
 WINEARCH=win32 WINEPREFIX=~/.wine/office32 wine SW_DVD5_Office_Professional_Plus_2016_W32_English/setup.exe
Am I missing any command?
I've tried using wine-stable (3.0.2) and wine-devel (3.15.0) on Kubuntu 18.04 and failed with both. The full log is attached.

I've also tried "MS Office 2013 32bit" in a fresh prefix path that should work too but also exited with an error during setup (wine 3.0.02 and 3.15.0).

Any hints?

Is MS Office 2016 32bit still install-able with current wine?

Thanks!
User avatar
dimesio
Moderator
Moderator
Posts: 13204
Joined: Tue Mar 25, 2008 10:30 pm

Re: MS Office 2016 32bit fails to install

Post by dimesio »

You forgot to attach the full log.

Why are you using native msxml6? The most recent test in the AppDB says it installed in a clean 32 bit wineprefix.
orclex
Newbie
Newbie
Posts: 3
Joined: Wed Sep 12, 2018 6:45 am

Re: MS Office 2016 32bit fails to install

Post by orclex »

Oh, I did upload the log but maybe it failed. However here is a new complete log file using

Code: Select all

WINEARCH=win32 WINEPREFIX=~/.wine/office32 winetricks win7
WINEARCH=win32 WINEPREFIX=~/.wine/office32 wine SW_DVD5_Office_Professional_Plus_2016_W32_English/setup.exe
I used native msxml6 because people in comments said they needed msxml6.
https://appdb.winehq.org/objectManager. ... &iId=34941
I did not found a reference for running options beside "A 32-bit wineprefix set to Windows 7 was used." on the app page above. Is there any one with more details?

However, again I started the installation in a fresh prefix path with win7 and win32 options but it still failed with an error. The attached log is the complete log using this last installation method.
Any ideas?

Thanks!
orclex
Newbie
Newbie
Posts: 3
Joined: Wed Sep 12, 2018 6:45 am

Re: MS Office 2016 32bit fails to install

Post by orclex »

full log attached again... files with .txt and .log are not allowed as attachment...
Attachments
wineOffice2016-log.zip
Full log "MS Office 2016 32bit" installation failed
(23.03 KiB) Downloaded 156 times
User avatar
dimesio
Moderator
Moderator
Posts: 13204
Joined: Tue Mar 25, 2008 10:30 pm

Re: MS Office 2016 32bit fails to install

Post by dimesio »

Code: Select all

0009:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
You need to fix that. MS Office will not install without winbind.
Locked