From a2219b9c841a7002d1528c613a7bc4439f14a509 Mon Sep 17 00:00:00 2001 From: Austin English Date: Tue, 10 Jan 2012 19:51:25 -0800 Subject: [PATCH] wine.inf: Add Tcpip/Winsock/Winsock2 service registry keys. --- tools/wine.inf.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/wine.inf.in b/tools/wine.inf.in index bc7d673ed6a..3ea3025b092 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" -- 2.11.4.GIT