http://bugs.winehq.org/show_bug.cgi?id=33726
Bug #: 33726 Summary: wmiutils should be installed in c:\windows\system32\wbem Product: Wine Version: 1.5.31 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: wmi&wbemprox AssignedTo: wine-bugs@winehq.org ReportedBy: djelinski1@gmail.com Classification: Unclassified
noticed while testing for bug 33642: winetricks dotnet20 installs native wmiutils.dll, which works just fine. However, every wineprefix update rewrites COM class registration to use builtin wmiutils. Specifically, after installing dotnet20 registry contains the following entry: [Software\Classes\CLSID\{CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA}\InprocServer32] @="C:\windows\system32\WBEM\wmiutils.dll" After wineprefix update the entry changes to: [Software\Classes\CLSID\{CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA}\InprocServer32] @="C:\windows\system32\wmiutils.dll"
If we move wine's wmiutils to the same folder as on Windows, the registry won't change. On a related note, bug 33642 is not testable with builtin wmiutils. I'll create a separate bug for that.
http://bugs.winehq.org/show_bug.cgi?id=33726
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=33726
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=33726
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |8c23dc98b3d376cf6fa05a8ed80 | |57a5d661c041a Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #1 from Hans Leidekker hans@meelstraat.net 2013-06-06 14:16:26 CDT --- Fixed by 8c23dc98b3d376cf6fa05a8ed8057a5d661c041a.
http://bugs.winehq.org/show_bug.cgi?id=33726
--- Comment #2 from Daniel Jelinski djelinski1@gmail.com 2013-06-06 14:53:39 CDT --- Indeed, works fine now. Thanks!
http://bugs.winehq.org/show_bug.cgi?id=33726
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org 2013-06-07 15:01:53 CDT --- Closing bugs fixed in 1.6-rc1.