Vincent Povirk : wine.inf: Add some .NET Framework keys.

Alexandre Julliard julliard at winehq.org
Wed Mar 24 15:54:45 CDT 2010


Module: wine
Branch: master
Commit: 929bac964aaac575740f042bdb606412e8f88dbe
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=929bac964aaac575740f042bdb606412e8f88dbe

Author: Vincent Povirk <vincent at codeweavers.com>
Date:   Wed Mar 24 09:12:31 2010 -0500

wine.inf: Add some .NET Framework keys.

---

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

diff --git a/tools/wine.inf.in b/tools/wine.inf.in
index 7476df7..66b966f 100644
--- a/tools/wine.inf.in
+++ b/tools/wine.inf.in
@@ -37,6 +37,7 @@ AddReg=\
     CurrentVersion,\
     Debugger,\
     Desktop,\
+    Dotnet,\
     Metrics,\
     DirectX,\
     Fonts,\
@@ -61,6 +62,7 @@ AddReg=\
     CurrentVersion,\
     Debugger,\
     Desktop,\
+    Dotnet,\
     Metrics,\
     DirectX,\
     Fonts,\
@@ -86,6 +88,7 @@ AddReg=\
     CurrentVersion,\
     Debugger,\
     Desktop,\
+    Dotnet,\
     Metrics,\
     DirectX,\
     Fonts,\
@@ -463,6 +466,11 @@ HKCU,%Desktop%,"UserPreferenceMask",3,10,00,00,80
 HKCU,%Desktop%,"LowPowerActive",,"0"
 HKCU,%Desktop%,"MenuShowDelay",2,"400"
 
+[DotNet]
+HKLM,Software\Microsoft\.NETFramework\policy\v1.0
+HKLM,Software\Microsoft\.NETFramework\policy\v2.0
+HKLM,Software\Microsoft\.NETFramework\policy\v3.0
+
 [Metrics]
 HKCU,%Metrics%,"ScrollWidth",2,"16"
 HKCU,%Metrics%,"ScrollHeight",2,"16"




More information about the wine-cvs mailing list