winhlp32: Add support for accelerators in general and F1 in particular.
[wine] / dlls / shdocvw / shdocvw.inf
1 [version]
2 Signature="$CHICAGO$"
3
4
5 [RegisterDll]
6 AddReg=Classes.Reg, URL.Reg
7
8
9 [UnregisterDll]
10 DelReg=Classes.Reg, URL.Reg
11
12
13 [RegisterIE]
14 AddReg=IE.Reg, Settings.Reg
15
16
17 [UnregisterIE]
18 DelReg=IE.Reg, Settings.Reg
19
20
21 [Classes.Reg]
22 HKCR,"CLSID\%CLSID_InternetExplorer%",,,"Internet Explorer(Ver 1.0)"
23 HKCR,"CLSID\%CLSID_InternetExplorer%\LocalServer32",,,"""%16422%\Internet Explorer\iexplore.exe"""
24 HKCR,"CLSID\%CLSID_InternetExplorer%\ProgID",,,"InternetExplorer.Application.1"
25 HKCR,"CLSID\%CLSID_InternetExplorer%\VersionIndependentProgID",,,"InternetExplorer.Application"
26
27 HKCR,"CLSID\%CLSID_Internet%\DefaultIcon",,,"shdoclc.dll,-190"
28 HKCR,"CLSID\%CLSID_Internet%\Shell",,,"OpenHomePage"
29 HKCR,"CLSID\%CLSID_Internet%\Shell\OpenHomePage",,,"Open &Home Page"
30 HKCR,"CLSID\%CLSID_Internet%\Shell\OpenHomePage\Command",,,"""%16422%\Internet Explorer\iexplore.exe"""
31 HKCR,"CLSID\%CLSID_Internet%\ShellFolder",,2,"0x24"
32
33 HKCR,"CLSID\%CLSID_InternetShortcut%\shellex\MayChangeDefaultMenu",,16
34 HKCR,"InternetShortcut","EditFlags",2,"2"
35 HKCR,"InternetShortcut","IsShortcut",,
36 HKCR,"InternetShortcut","NeverShowExt",,
37 HKCR,"InternetShortcut\DefaultIcon",,,"url.dll,0"
38 HKCR,"InternetShortcut\shell\open\command",,,"rundll32.exe shdocvw.dll,OpenURL %l"
39 HKCR,"InternetShortcut\shell\print\command",,,"rundll32.exe mshtml.dll,PrintHTML ""%1"""
40 HKCR,"InternetShortcut\shell\printto\command",,,"rundll32.exe mshtml.dll,PrintHTML ""%1"" ""%2"" ""%3"" ""%4"""
41
42 [URL.Reg]
43 HKLM,"Software\Microsoft\Windows\CurrentVersion\URL\DefaultPrefix",,,"http://"
44 HKLM,"Software\Microsoft\Windows\CurrentVersion\URL\Prefixes","ftp",,"ftp://"
45 HKLM,"Software\Microsoft\Windows\CurrentVersion\URL\Prefixes","gopher",,"gopher://"
46 HKLM,"Software\Microsoft\Windows\CurrentVersion\URL\Prefixes","home",,"http://"
47 HKLM,"Software\Microsoft\Windows\CurrentVersion\URL\Prefixes","mosaic",,"http://"
48 HKLM,"Software\Microsoft\Windows\CurrentVersion\URL\Prefixes","www",,"http://"
49
50
51 [Settings.Reg]
52 HKCU,"Software\Microsoft\Internet Explorer\Main","Start Page",2,"http://www.winehq.org"
53 HKCU,"Software\Microsoft\Internet Explorer\Main","Search Page",2,"http://www.google.com"
54 HKCU,"Software\Microsoft\Internet Explorer\Settings","Text Color",2,"0,0,0"
55 HKLM,"Software\Microsoft\Internet Explorer\Main","Default_Page_URL",2,"http://www.winehq.org"
56 HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\iexplore.exe",,,"%16422%\Internet Explorer\iexplore.exe"
57 HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\iexplore.exe","Path",,"%16422%\Internet Explorer;"
58
59
60 [IE.Reg]
61 HKLM,"Software\Microsoft\Internet Explorer","Build",,"86001"
62 HKLM,"Software\Microsoft\Internet Explorer","Version",,"8.0.6001.18702"
63 HKLM,"Software\Microsoft\Internet Explorer","W2kVersion",,"8.0.6001.18702"