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