Hans Leidekker : wine.inf: Pretend that the .NET 4. 0 Client and Full profiles are installed.

Alexandre Julliard julliard at winehq.org
Wed Mar 30 13:15:38 CDT 2011


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

Author: Hans Leidekker <hans at codeweavers.com>
Date:   Wed Mar 30 12:29:28 2011 +0200

wine.inf: Pretend that the .NET 4.0 Client and Full profiles are installed.

---

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

diff --git a/tools/wine.inf.in b/tools/wine.inf.in
index 5c09faf..cb130e6 100644
--- a/tools/wine.inf.in
+++ b/tools/wine.inf.in
@@ -511,6 +511,12 @@ HKLM,Software\Microsoft\NET Framework Setup\NDP\v3.5,Install,0x10003,1
 HKLM,Software\Microsoft\NET Framework Setup\NDP\v3.5,SP,0x10003,1
 HKLM,Software\Microsoft\NET Framework Setup\NDP\v3.5,Version,2,3.5.30729.01
 HKLM,Software\Microsoft\NET Framework Setup\NDP\v3.5\1033,Install,0x10003,1
+HKLM,Software\Microsoft\NET Framework Setup\NDP\v4\Client,Install,0x10003,1
+HKLM,Software\Microsoft\NET Framework Setup\NDP\v4\Client,Version,2,4.0.30319
+HKLM,Software\Microsoft\NET Framework Setup\NDP\v4\Client,TargetVersion,2,4.0.0
+HKLM,Software\Microsoft\NET Framework Setup\NDP\v4\Full,Install,0x10003,1
+HKLM,Software\Microsoft\NET Framework Setup\NDP\v4\Full,Version,2,4.0.30319
+HKLM,Software\Microsoft\NET Framework Setup\NDP\v4\Full,TargetVersion,2,4.0.0
 
 [Metrics]
 HKCU,%Metrics%,"ScrollWidth",2,"16"




More information about the wine-cvs mailing list