[PATCH] wine.inf: Install WMI DLLs in the wbem subdirectory in WoW64 too.

Zebediah Figura z.figura12 at gmail.com
Sun Apr 26 09:13:19 CDT 2020


Hauppauge WinTV 8.5 expects to find wmic.exe here. Without this patch it
incorrectly reports that a device is connected.

Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
---
 loader/wine.inf.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/loader/wine.inf.in b/loader/wine.inf.in
index 39ad8e8455..0a43cc779c 100644
--- a/loader/wine.inf.in
+++ b/loader/wine.inf.in
@@ -2603,6 +2603,10 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
 11,gecko\plugin,npmshtml.dll
 11,Speech\Common,sapi.dll
 11,wbem,mofcomp.exe
+11,wbem,wbemdisp.dll
+11,wbem,wbemprox.dll
+11,wbem,wmic.exe
+11,wbem,wmiutils.dll
 11,WindowsPowerShell\v1.0,powershell.exe
 10,syswow64,stdole2.tlb
 11,,iexplore.exe
-- 
2.26.2




More information about the wine-devel mailing list