Alexandre Julliard : wine.inf: Fix the Tcpip database path.

Alexandre Julliard julliard at winehq.org
Tue Oct 26 09:40:27 CDT 2021


Module: wine
Branch: stable
Commit: 910d7e52e51c1c38e42feca382a14dafbc7bb124
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=910d7e52e51c1c38e42feca382a14dafbc7bb124

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Apr 15 17:28:13 2021 +0200

wine.inf: Fix the Tcpip database path.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50318
Signed-off-by: Alexandre Julliard <julliard at winehq.org>
(cherry picked from commit a7a1e2643afd93de4fc123a9113834da59aed43d)
Signed-off-by: Michael Stefaniuc <mstefani at winehq.org>

---

 loader/wine.inf.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/loader/wine.inf.in b/loader/wine.inf.in
index 2f0b9dc3d41..8e5798f754b 100644
--- a/loader/wine.inf.in
+++ b/loader/wine.inf.in
@@ -3944,7 +3944,7 @@ ErrorControl=1
 HKLM,%CurrentVersion%\RunServices,"winemenubuilder",2,"%11%\winemenubuilder.exe -a -r"
 HKLM,"System\CurrentControlSet\Services\Eventlog\Application",,16
 HKLM,"System\CurrentControlSet\Services\Eventlog\System","Sources",0x10000,""
-HKLM,"System\CurrentControlSet\Services\Tcpip\Parameters","DataBasePath",2,"%11%\drivers"
+HKLM,"System\CurrentControlSet\Services\Tcpip\Parameters","DataBasePath",,"%12%\etc"
 HKLM,"System\CurrentControlSet\Services\VxD\MSTCP",,16
 HKLM,"System\CurrentControlSet\Services\Winsock\Parameters",,16
 HKLM,"System\CurrentControlSet\Services\Winsock2\Parameters\Protocol_Catalog9\Catalog_Entries",,16




More information about the wine-cvs mailing list