002e:err:mscoree:LoadLibraryShim error reading registry key for installroot

Questions about Wine on Linux
Locked
darkod
Newbie
Newbie
Posts: 1
Joined: Fri Jan 14, 2022 8:37 am

002e:err:mscoree:LoadLibraryShim error reading registry key for installroot

Post by darkod »

Ubuntu 20.04
Wine 5.0 (installed with Terminal)

I want to install .msi in Terminal with:

Code: Select all

wine msiexec /i softwarename.msi
The installation seems to went ok, but at the end I am getting this message 4 times:

Code: Select all

002e:err:mscoree:LoadLibraryShim error reading registry key for installroot
Then I wanted to check if I can install Notepad+ with right click on .exe file, but there is no Wine as an option to install.

I have to mention that I installed first Wine 6.0, but the problem was similar, so I completely uninstalled wine and wanted to see how will it be with 5.0.

When I execute the

Code: Select all

winecfg
command I am getting Wine configuration window which is very, very small so that I cannot read the small letters... The same was with both versions of Wine.

I would be very thankful for a help to resolve this problem.
Locked