Hardcode GeckoCabDir to C:\ReactOS.
authorSylvain Petreolle <spetreolle@yahoo.fr>
Wed, 28 Apr 2010 19:15:17 +0000 (19:15 +0000)
committerSylvain Petreolle <spetreolle@yahoo.fr>
Wed, 28 Apr 2010 19:15:17 +0000 (19:15 +0000)
the mshtml installer now wants a REG_SZ string for it, which excludes using %SystemRoot%.

Fixes bootcdregtest.

svn path=/trunk/; revision=47055

reactos/boot/bootdata/hivedef_arm.inf
reactos/boot/bootdata/hivedef_i386.inf

index 8d8c489..086ee67 100644 (file)
@@ -1530,7 +1530,8 @@ HKCU,"Control Panel\Accessibility\Keyboard Preference","On",2,"0"
 ; Internet Explorer
 
 HKCU,Software\Wine\MSHTML,"GeckoUrl",,"http://source.winehq.org/winegecko.php"
-HKCU,Software\Wine\MSHTML,"GeckoCabDir",0x00020000,"%SystemRoot%\"
+;HKCU,Software\Wine\MSHTML,"GeckoCabDir",0x00020000,"%SystemRoot%\"
+HKCU,Software\Wine\MSHTML,"GeckoCabDir",,"C:\ReactOS\"
 
 ; Sound Schemes
 HKCU,"AppEvents",,0x00000012
index 9650563..9cf6b0c 100644 (file)
@@ -1712,7 +1712,8 @@ HKCU,"SOFTWARE\ReactOS\Debug","SpyInclude",0x00020000,"INCLUDEALL"
 ; Internet Explorer
 
 HKCU,Software\Wine\MSHTML,"GeckoUrl",,"http://source.winehq.org/winegecko.php"
-HKCU,Software\Wine\MSHTML,"GeckoCabDir",0x00020000,"%SystemRoot%\"
+;HKCU,Software\Wine\MSHTML,"GeckoCabDir",0x00020000,"%SystemRoot%\"
+HKCU,Software\Wine\MSHTML,"GeckoCabDir",,"C:\ReactOS\"
 
 ; Sound Schemes
 HKCU,"AppEvents",,0x00000012