wine.inf: Create the 'Wintrust\Trust Providers' registry key.

Francois Gouget fgouget at codeweavers.com
Tue Jun 12 10:55:03 CDT 2007


---

On Windows XP wintrust.dll is not a self-registerable dll, yet this key 
seems to be present in a default installation (according to a test in 
the register.c conformance test, and it's present in my Windows XP 
registry too). This suggests that it should be part of our initial 
registry.

This fixes the dlls/wintrust/tests/register.c test which fails when this 
key is missing, such as with a fresh ~/.wine directory.


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

diff --git a/tools/wine.inf b/tools/wine.inf
index 2440c59..54058ad 100644
--- a/tools/wine.inf
+++ b/tools/wine.inf
@@ -193,6 +193,7 @@ HKLM,%CurrentVersionNT%,"RegisteredOwner",2,"Change preferred owner in ~/.wine/s
 HKLM,%CurrentVersionNT%,"SystemRoot",,"%10%"
 HKLM,%CurrentVersionNT%\Fonts,,,""
 HKLM,%CurrentVersionNT%\Q246009,"Installed",,"1"
+HKCU,%CurrentVersion%\Wintrust\Trust Providers\Software Publishing,"State",0x10003,0x23c00
 
 [Debugger]
 HKLM,%CurrentVersionNT%\AeDebug,"Debugger",2,"winedbg --auto %ld %ld"
-- 
1.4.4.4




More information about the wine-patches mailing list