https://bugs.winehq.org/show_bug.cgi?id=40411
--- Comment #24 from Joerg Schiermeier mywine@schiermeier-it.de --- (In reply to Bruno Jesus from comment #23)
If you browse to folder "HKEY_LOCAL_MACHINE\Software\Microsoft\Shared Tools\" from inside regedit GUI can you click on MSInfo folder? Can you export just the Shared Tools folder? I would expect it to fail to browse too.
You are right.
After just installing wine(-development) version 1.9.16 I dived a little bit into it and I found that "wine.inf" creats an link to "Shared Tools\ MSInfo". Then I commented out in wine.inf this line:
--- ;; line #3316 (wine.inf.in from git. This creates wine.inf) ;;HKLM,Software\Wow6432Node\Microsoft\Software\Microsoft\Shared Tools\MSInfo,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Software\Microsoft\Shared Tools\MSInfo" ---
And than it works as expected.
The error is: it is linked to: "\Registry\Machine\Software\Microsoft\Software\Microsoft\Shared Tools\MSInfo" but had to be linked to "\Registry\Machine\Software\Microsoft\Shared Tools\MSInfo" (Too much 'Microsofts' and 'Software' :)
So I can prepare a patch and send it next days.