Zebediah Figura : wine.inf: Install WMI DLLs in the wbem subdirectory in WoW64 too.
Module: wine Branch: master Commit: d7c9cd2e2f12d18b54a56fff26a9a544e3f8027a URL: https://source.winehq.org/git/wine.git/?a=commit;h=d7c9cd2e2f12d18b54a56fff2... Author: Zebediah Figura <z.figura12(a)gmail.com> Date: Sun Apr 26 09:13:19 2020 -0500 wine.inf: Install WMI DLLs in the wbem subdirectory in WoW64 too. 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(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- loader/wine.inf.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/loader/wine.inf.in b/loader/wine.inf.in index dbdec4c38a..e602546da8 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
participants (1)
-
Alexandre Julliard