wine.inf: Add the missing SecurityService keys.

Francois Gouget fgouget at codeweavers.com
Sun Sep 17 05:08:08 CDT 2006


---

This is needed by rpcrt4.RpcBindingSetAuthInfoA() but not actually 
created by registering any dll.


 tools/wine.inf |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/tools/wine.inf b/tools/wine.inf
index 6dba77e..d3654eb 100644
--- a/tools/wine.inf
+++ b/tools/wine.inf
@@ -299,6 +299,13 @@ HKLM,%MciExtStr%,"wvx",,"MPEGVideo"
 [Misc]
 HKLM,Software\Borland\Database Engine\Settings\SYSTEM\INIT,SHAREDMEMLOCATION,,9000
 HKLM,Software\Microsoft\Advanced INF Setup,,,""
+HKLM,Software\Microsoft\Rpc\SecurityService,1,2,"secur32.dll"
+HKLM,Software\Microsoft\Rpc\SecurityService,10,2,"secur32.dll"
+HKLM,Software\Microsoft\Rpc\SecurityService,14,2,"schannel.dll"
+HKLM,Software\Microsoft\Rpc\SecurityService,16,2,"secur32.dll"
+HKLM,Software\Microsoft\Rpc\SecurityService,18,2,"secur32.dll"
+HKLM,Software\Microsoft\Rpc\SecurityService,68,2,"netlogon.dll"
+HKLM,Software\Microsoft\Rpc\SecurityService,9,2,"secur32.dll"
 HKLM,System\CurrentControlSet\Control\Session Manager,,,""
 HKLM,System\CurrentControlSet\Control\VMM32Files,,,""
 HKLM,System\CurrentControlSet\Services\VxD\MSTCP,,,""
-- 
1.4.1.1



More information about the wine-patches mailing list