Unable to install Office Pro + 2010 32bits

Questions about Wine on Linux
Locked
crocefisso
Newbie
Newbie
Posts: 1
Joined: Thu May 04, 2017 3:04 pm

Unable to install Office Pro + 2010 32bits

Post by crocefisso »

Hello, my OS is ubuntu 16.04 and I just installed Wine 2.0.1 as I saw on winehq AppDB that office 2010 32 bit was fully compatible. I tried custom (I just need powerpoint and excel) and standard installation various times (picking XP as Windows as recommended) and neither work.

I launch the installation with:

Code: Select all

wine /mnt/setup.exe
And installation seems to work fine until I get this log:

Code: Select all

fixme:ole:NdrCorrelationFree (0x1cb91d0): stub
err:msi:ITERATE_WriteRegistryValues Could not create key L"SOFTWARE\\Microsoft\\CTF\\TIP\\{70FAF614-E0B1-11D3-8F5C-00C04F9CF4AC}\\Category\\Category\\{70FAF615-E0B1-11D3-8F5C-00C04F9CF4AC}\\{A8BA876D-E619-11D3-8F5D-00C04F9CF4A0}"
err:msi:ITERATE_Actions Execution halted, action L"WriteRegistryValues" returned 1627
fixme:service:SERV_QueryServiceObjectSecurity 0xf46d08 4 (nil) 0 0x1fde4bc - semi-stub
fixme:service:SERV_QueryServiceObjectSecurity 0xf46d08 4 0xf46c08 28 0x1fde4c0 - semi-stub
fixme:ole:NdrCorrelationInitialize (0x1fddd80, 0x1fddf0c, 1024, 0x0): semi-stub
fixme:ole:NdrCorrelationFree (0x1fddd80): stub
fixme:ole:NdrCorrelationInitialize (0x1cbcdb0, 0x1cbcf3c, 1024, 0x0): semi-stub
fixme:ole:NdrCorrelationFree (0x1cbcdb0): stub
fixme:ole:NdrCorrelationInitialize (0x1cbcde0, 0x1cbcf6c, 1024, 0x0): semi-stub
fixme:ole:NdrCorrelationFree (0x1cbcde0): stub
fixme:ole:NdrCorrelationInitialize (0x1cbcda0, 0x1cbcf2c, 1024, 0x0): semi-stub
fixme:ole:NdrCorrelationInitialize (0x1cbcd80, 0x1cbcf0c, 1024, 0x0): semi-stub
fixme:ole:NdrCorrelationInitialize (0x1cbcd60, 0x1cbceec, 1024, 0x0): semi-stub
fixme:rpc:handle_bind_error unexpected status value 1765
err:rpc:RpcAssoc_BindConnection rejected bind for reason 0
fixme:ole:NdrCorrelationInitialize (0x32ce20, 0x32cfac, 1024, 0x0): semi-stub
fixme:rpc:handle_bind_error unexpected status value 1765
err:rpc:RpcAssoc_BindConnection rejected bind for reason 0
fixme:advapi:UnregisterTraceGuids 0: stub
fixme:advapi:UnregisterTraceGuids 0: stub
Locked