tools/wine.inf: add Tcpip/Winsock/Winsock2 service registry keys

Austin English austinenglish at gmail.com
Tue Jan 10 21:51:25 CST 2012


Fixes http://bugs.winehq.org/show_bug.cgi?id=15770


-- 
-Austin
-------------- next part --------------
diff --git a/tools/wine.inf.in b/tools/wine.inf.in
index bc7d673..3ea3025 100644
--- a/tools/wine.inf.in
+++ b/tools/wine.inf.in
@@ -3048,6 +3048,9 @@ ErrorControl=1
 [Services]
 HKLM,%CurrentVersion%\RunServices,"winemenubuilder",2,"%11%\winemenubuilder.exe -a -r"
 HKLM,"System\CurrentControlSet\Services\VxD\MSTCP",,16
+HKLM,"System\CurrentControlSet\Services\Tcpip\Parameters"
+HKLM,"System\CurrentControlSet\Services\Winsock\Parameters"
+HKLM,"System\CurrentControlSet\Services\Winsock2\Parameters"
 
 [VersionInfo]
 HKLM,%CurrentVersionNT%,"CurrentVersion",2,"5.1"


More information about the wine-patches mailing list