shdocvw: Register default URL prefixes.

This commit is contained in:
Jacek Caban 2008-02-27 18:56:38 +01:00 committed by Alexandre Julliard
parent d1ae63b0d6
commit 7cb53e0232
1 changed files with 11 additions and 2 deletions

View File

@ -3,11 +3,11 @@ Signature="$CHICAGO$"
[RegisterDll]
AddReg=Classes.Reg
AddReg=Classes.Reg, URL.Reg
[UnregisterDll]
DelReg=Classes.Reg
DelReg=Classes.Reg, URL.Reg
[RegisterIE]
@ -127,6 +127,15 @@ HKCR,"InternetShortcut\shell\print\command",,,"rundll32.exe mshtml.dll,PrintHTML
HKCR,"InternetShortcut\shell\printto\command",,,"rundll32.exe mshtml.dll,PrintHTML ""%1"" ""%2"" ""%3"" ""%4"""
[URL.Reg]
HKLM,"Software\Microsoft\Windows\CurrentVersion\URL\DefaultPrefix",,,"http://"
HKLM,"Software\Microsoft\Windows\CurrentVersion\URL\Prefixes","ftp",,"ftp://"
HKLM,"Software\Microsoft\Windows\CurrentVersion\URL\Prefixes","gopher",,"gopher://"
HKLM,"Software\Microsoft\Windows\CurrentVersion\URL\Prefixes","home",,"http://"
HKLM,"Software\Microsoft\Windows\CurrentVersion\URL\Prefixes","mosaic",,"http://"
HKLM,"Software\Microsoft\Windows\CurrentVersion\URL\Prefixes","www",,"http://"
[Settings.Reg]
HKCU,"Software\Microsoft\Internet Explorer\Main","Start Page",,"http://www.winehq.org"
HKCU,"Software\Microsoft\Internet Explorer\Main","Search Page",,"http://www.google.com"