From 929bac964aaac575740f042bdb606412e8f88dbe Mon Sep 17 00:00:00 2001 From: Vincent Povirk Date: Wed, 24 Mar 2010 09:12:31 -0500 Subject: [PATCH] wine.inf: Add some .NET Framework keys. --- tools/wine.inf.in | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tools/wine.inf.in b/tools/wine.inf.in index 7476df7dbd2..66b966fb5fd 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"