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@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
2e45fdb194
commit
d7c9cd2e2f
|
@ -2603,6 +2603,10 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
|
||||||
11,gecko\plugin,npmshtml.dll
|
11,gecko\plugin,npmshtml.dll
|
||||||
11,Speech\Common,sapi.dll
|
11,Speech\Common,sapi.dll
|
||||||
11,wbem,mofcomp.exe
|
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
|
11,WindowsPowerShell\v1.0,powershell.exe
|
||||||
10,syswow64,stdole2.tlb
|
10,syswow64,stdole2.tlb
|
||||||
11,,iexplore.exe
|
11,,iexplore.exe
|
||||||
|
|
Loading…
Reference in New Issue