Maarten Lankhorst : wine.inf: Change default windows version to XP.

Alexandre Julliard julliard at winehq.org
Tue Mar 18 07:44:52 CDT 2008


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

Author: Maarten Lankhorst <m.b.lankhorst at gmail.com>
Date:   Mon Mar 17 17:05:11 2008 -0700

wine.inf: Change default windows version to XP.

---

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

diff --git a/tools/wine.inf b/tools/wine.inf
index cf4b7a0..97a7735 100644
--- a/tools/wine.inf
+++ b/tools/wine.inf
@@ -2659,9 +2659,9 @@ HKLM,"%Services%\MountMgr","Type",0x10001,1
 HKLM,"%Services%\VxD\MSTCP",,,""
 
 [VersionInfo]
-HKLM,%CurrentVersionNT%,"CurrentVersion",2,"5.0"
-HKLM,%CurrentVersionNT%,"CSDVersion",2,"Service Pack 4"
-HKLM,%CurrentVersionNT%,"CurrentBuildNumber",2,"2195"
+HKLM,%CurrentVersionNT%,"CurrentVersion",2,"5.1"
+HKLM,%CurrentVersionNT%,"CSDVersion",2,"Service Pack 2"
+HKLM,%CurrentVersionNT%,"CurrentBuildNumber",2,"2600"
 HKLM,%CurrentVersionNT%,"CurrentType",2,"Uniprocessor Free"
 HKLM,%Control%\ProductOptions,"ProductType",2,"WinNT"
 HKLM,%Control%\Windows,"CSDVersion",0x10003,0x400




More information about the wine-cvs mailing list