[NtUser]
[reactos.git] / reactos / base / applications / iexplore / iexplore.inf
1 [version]
2 Signature="$CHICAGO$"
3
4
5 [RegisterIE]
6 AddReg=Classes.Reg, IE.Reg, Settings.Reg
7
8
9 [UnregisterIE]
10 DelReg=Classes.Reg, IE.Reg, Settings.Reg
11
12
13 [Classes.Reg]
14 HKCR,"CLSID\%CLSID_InternetExplorer%",,,"Internet Explorer(Ver 1.0)"
15 HKCR,"CLSID\%CLSID_InternetExplorer%\LocalServer32",,,"""%16422%\Internet Explorer\iexplore.exe"""
16 HKCR,"CLSID\%CLSID_InternetExplorer%\ProgID",,,"InternetExplorer.Application.1"
17 HKCR,"CLSID\%CLSID_InternetExplorer%\VersionIndependentProgID",,,"InternetExplorer.Application"
18
19 HKCR,"CLSID\%CLSID_Internet%\DefaultIcon",,,"shdoclc.dll,-190"
20 HKCR,"CLSID\%CLSID_Internet%\Shell",,,"OpenHomePage"
21 HKCR,"CLSID\%CLSID_Internet%\Shell\OpenHomePage",,,"Open &Home Page"
22 HKCR,"CLSID\%CLSID_Internet%\Shell\OpenHomePage\Command",,,"""%16422%\Internet Explorer\iexplore.exe"""
23 HKCR,"CLSID\%CLSID_Internet%\ShellFolder",,2,"0x24"
24
25 [Settings.Reg]
26 HKCU,"Software\Microsoft\Internet Explorer\Main","ShowGoButton",2,"yes"
27 #HKCU,"Software\Microsoft\Internet Explorer\Main","Start Page",2,"http://www.winehq.org"
28 HKCU,"Software\Microsoft\Internet Explorer\Main","Start Page",2,"http://www.reactos.org"
29 HKCU,"Software\Microsoft\Internet Explorer\Main","Search Page",2,"http://www.google.com"
30 HKCU,"Software\Microsoft\Internet Explorer\Settings","Text Color",2,"0,0,0"
31 #HKLM,"Software\Microsoft\Internet Explorer\Main","Default_Page_URL",2,"http://www.winehq.org"
32 HKLM,"Software\Microsoft\Internet Explorer\Main","Default_Page_URL",2,"http://www.reactos.org"
33 HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\iexplore.exe",,,"%16422%\Internet Explorer\iexplore.exe"
34 HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\iexplore.exe","Path",,"%16422%\Internet Explorer;"
35
36
37 [IE.Reg]
38 HKLM,"Software\Microsoft\Internet Explorer","Build",,"86001"
39 HKLM,"Software\Microsoft\Internet Explorer","Version",,"8.0.6001.18702"
40 HKLM,"Software\Microsoft\Internet Explorer","W2kVersion",,"8.0.6001.18702"
41
42
43 [Strings]
44 CLSID_InternetExplorer="{0002df01-0000-0000-c000-000000000046}"
45 CLSID_Internet="{871c5380-42a0-1069-a2ea-08002b30309d}"