mshtml: Moved GeckoUrl registry to mshtml.inf.
This commit is contained in:
parent
7f6630ee44
commit
ca32265d88
|
@ -3,7 +3,7 @@ Signature="$CHICAGO$"
|
|||
|
||||
|
||||
[RegisterDll]
|
||||
AddReg=Classes.Reg, Protocols.Reg, IE.Reg, FileAssoc.Reg
|
||||
AddReg=Classes.Reg, Protocols.Reg, IE.Reg, FileAssoc.Reg, WineGecko.Reg
|
||||
|
||||
|
||||
[UnregisterDll]
|
||||
|
@ -270,6 +270,11 @@ HKLM,"Software\Microsoft\Internet Explorer\AboutURLs","mozilla",2,"res://mshtml.
|
|||
HKLM,"Software\Microsoft\Internet Explorer\Default Behaviors","VML",, "CLSID:10072CEC-8CC1-11D1-986E-00A0C955B42E"
|
||||
HKLM,"Software\Microsoft\Internet Explorer\Default Behaviors","TIME",, "CLSID:476C391C-3E0D-11D2-B948-00C04FA32195"
|
||||
|
||||
|
||||
[WineGecko.Reg]
|
||||
HKCU,Software\Wine\MSHTML,"GeckoUrl",,"http://source.winehq.org/winegecko.php"
|
||||
|
||||
|
||||
[FileAssoc.Reg]
|
||||
|
||||
;; AVI
|
||||
|
|
|
@ -540,7 +540,6 @@ HKLM,System\CurrentControlSet\Control\Session Manager,,,""
|
|||
HKLM,System\CurrentControlSet\Control\VMM32Files,,,""
|
||||
HKCU,AppEvents\Schemes\Apps\Explorer\Navigating\.Current,,,""
|
||||
HKCU,Software\Microsoft\Protected Storage System Provider,,,""
|
||||
HKCU,Software\Wine\MSHTML,"GeckoUrl",,"http://source.winehq.org/winegecko.php"
|
||||
HKLM,HARDWARE\DEVICEMAP\PARALLEL PORTS,,,""
|
||||
HKLM,HARDWARE\DEVICEMAP\SERIALCOMM,,,""
|
||||
; Some apps requires at least four subkeys of Active Setup\Installed Components
|
||||
|
|
Loading…
Reference in New Issue