Hi, Windows XP doesn't have Service Pack 4, this is bug from rewrite of default OS from Windows 2000 (which has SP 4) to Windows XP.

This patch should fix wrong SP definition when creating new .wine tree.

Mirek Slugen
diff -Naur wine.old/tools/wine.inf.in wine/tools/wine.inf.in
--- wine.old/tools/wine.inf.in	2008-10-13 13:39:32.000000000 +0200
+++ wine/tools/wine.inf.in	2008-12-07 12:24:45.000000000 +0100
@@ -2717,5 +2717,5 @@
 HKLM,%CurrentVersionNT%,"CurrentBuildNumber",2,"2600"
 HKLM,%CurrentVersionNT%,"CurrentType",2,"Uniprocessor Free"
 HKLM,%Control%\ProductOptions,"ProductType",2,"WinNT"
-HKLM,%Control%\Windows,"CSDVersion",0x10003,0x400
+HKLM,%Control%\Windows,"CSDVersion",0x10003,0x200
 HKLM,%Control%\Session Manager\Environment,"OS",2,"Windows_NT"


Reply via email to