mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
Hardcode GeckoCabDir to C:\ReactOS.
the mshtml installer now wants a REG_SZ string for it, which excludes using %SystemRoot%. Fixes bootcdregtest. svn path=/trunk/; revision=47055
This commit is contained in:
parent
1a9d9f441c
commit
0ddb991b14
2 changed files with 4 additions and 2 deletions
|
@ -1530,7 +1530,8 @@ HKCU,"Control Panel\Accessibility\Keyboard Preference","On",2,"0"
|
||||||
; Internet Explorer
|
; Internet Explorer
|
||||||
|
|
||||||
HKCU,Software\Wine\MSHTML,"GeckoUrl",,"http://source.winehq.org/winegecko.php"
|
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
|
; Sound Schemes
|
||||||
HKCU,"AppEvents",,0x00000012
|
HKCU,"AppEvents",,0x00000012
|
||||||
|
|
|
@ -1712,7 +1712,8 @@ HKCU,"SOFTWARE\ReactOS\Debug","SpyInclude",0x00020000,"INCLUDEALL"
|
||||||
; Internet Explorer
|
; Internet Explorer
|
||||||
|
|
||||||
HKCU,Software\Wine\MSHTML,"GeckoUrl",,"http://source.winehq.org/winegecko.php"
|
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
|
; Sound Schemes
|
||||||
HKCU,"AppEvents",,0x00000012
|
HKCU,"AppEvents",,0x00000012
|
||||||
|
|
Loading…
Reference in a new issue