winedefault.reg patch

Andreas Mohr andi at rhlx01.fht-esslingen.de
Thu Oct 24 05:08:05 CDT 2002


Hi all,

- add "ProductId" key (some programs are bold enough to query this,
  maybe for random number generation etc. ?)
- sort entries
- add HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\SERIALCOMM default mapping,
  needed by some program(s?)
- remember old DirectX version strings

-- 
Andreas Mohr                        Stauferstr. 6, D-71272 Renningen, Germany
-------------- next part --------------
Determining best CVS host...
Using CVSROOT :pserver:cvs at cvs.winehq.com:/home/wine
Index: winedefault.reg
===================================================================
RCS file: /home/wine/wine/winedefault.reg,v
retrieving revision 1.56
diff -u -r1.56 winedefault.reg
--- winedefault.reg	18 Oct 2002 00:24:41 -0000	1.56
+++ winedefault.reg	24 Oct 2002 10:08:06 -0000
@@ -66,11 +66,12 @@
 #
 
 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion]
-"ProgramFilesDir"="C:\\Program Files"
 "CommonFilesDir"="C:\\Program Files\\Common Files"
+"FirstInstallDateTime"=hex:21,81,7c,23
+"ProductId"="12345-oem-0000001-54321"
+"ProgramFilesDir"="C:\\Program Files"
 "RegisteredOrganization"="Change preferred organization in ~/.wine/system.reg"
 "RegisteredOwner"="Change preferred owner in ~/.wine/system.reg"
-"FirstInstallDateTime"=hex:21,81,7c,23
 
 # Font name to font file mappings
 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Fonts]
@@ -100,6 +101,9 @@
 "ACP"="1252"
 "OEMCP"="437"
 
+[HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\SERIALCOMM]
+"Serial0"="COM1"
+
 #
 # This configures Wine's PostScript printer driver
 # 
@@ -872,6 +876,8 @@
 #
 
 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectX]
+# left here in case a program needs the DX 7.0 string
+#"Version"="4.07.00.0700"
 "Version"="4.08.01.0810"
 
 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D7B70EE0-4340-11CF-B063-0020AFC2CD35}]


More information about the wine-patches mailing list