问题
我在Ubuntu 18.04上安装MS Office 2010 32bit。
以下是wine版本:
wine --version
wine-3.0 (Ubuntu 3.0-1ubuntu1)
当我运行setup.exe时,我在日志中得到以下信息,我应该重新安装wine?
0094:err:mscoree:LoadLibraryShim error reading registry key for installroot
0094:err:mscoree:LoadLibraryShim error reading registry key for installroot
0094:err:mscoree:LoadLibraryShim error reading registry key for installroot
0094:err:msi:ITERATE_WriteRegistryValues Could not create key L"SOFTWAREMicrosoftCTFTIP{70FAF614-E0B1-11D3-8F5C-00C04F9CF4AC}CategoryCategory{70FAF615-E0B1-11D3-8F5C-00C04F9CF4AC}{A8BA876D-E619-11D3-8F5D-00C04F9CF4A0}"
0094:err:msi:ITERATE_Actions Execution halted, action L"WriteRegistryValues" returned 1627
0094:err:mscoree:LoadLibraryShim error reading registry key for installroot
0094:err:mscoree:LoadLibraryShim error reading registry key for installroot
0094:err:mscoree:LoadLibraryShim error reading registry key for installroot
0094:err:rpc:RpcAssoc_BindConnection rejected bind for reason 0
008c:err:rpc:RpcAssoc_BindConnection rejected bind for reason 0
答案1
我用下面的方法解决了它:
1)在Linux wine manager上使用play安装了wine 3.8(32-bit)
2)使用wine 3.8创建新的32-bit虚拟磁盘
3)使用pol组件安装程序,安装riched20 dotnet20 msxml6
4)从这个磁盘安装Office
答案2
尝试使用Playonlinux,它安装所有必需的库,我建议试试WPS,完全兼容Office格式。
相关文章