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
19; FIXME: Implement CLSID_Internet in ieframe.dll (see CORE-18625)
20; https://git.reactos.org/?p=reactos.git;a=blob;f=modules/rostests/apitests/com/ieframe.c;hb=bf2cec186cc7655e062ec0e53ccfac860bcae70d#l35
21HKCR,"CLSID\%CLSID_Internet%",,,"Internet Browser"
22HKCR,"CLSID\%CLSID_Internet%","InfoTip",0x00020000,"@%SystemRoot%\system32\ieframe.dll,-881"
23HKCR,"CLSID\%CLSID_Internet%","LocalizedString",0x00020000,"@%SystemRoot%\system32\ieframe.dll,-880"
24HKCR,"CLSID\%CLSID_Internet%\DefaultIcon",,0x00020000,"%SystemRoot%\system32\shell32.dll,-512"
25; FIXME: should be "OpenHomePage" action
26HKCR,"CLSID\%CLSID_Internet%\Shell",,,"open"
27HKCR,"CLSID\%CLSID_Internet%\Shell\open",,,""
28HKCR,"CLSID\%CLSID_Internet%\Shell\open\Command",,,"rundll32.exe url,OpenURL https://google.com"
29HKCR,"CLSID\%CLSID_Internet%\ShellFolder","",,"@%SystemRoot%\system32\shell32.dll,-512"
30HKCR,"CLSID\%CLSID_Internet%\ShellFolder","Attributes",0x10001,0x24
31HKCR,"CLSID\%CLSID_Internet%\ShellFolder","HideAsDeletePerUser",,""
32HKCR,"CLSID\%CLSID_Internet%\ShellFolder","HideFolderVerbs",,""
33HKCR,"CLSID\%CLSID_Internet%\ShellFolder","HideOnDesktopPerUser",,""
34HKCR,"CLSID\%CLSID_Internet%\ShellFolder","WantsParseDisplayName",,""
35
36HKCR,"CLSID\%CLSID_InternetExplorerManager%\LocalServer32",,,"""%16422%\Internet Explorer\iexplore.exe"" -startmanager"
37
38
39[Settings.Reg]
40HKCU,"Software\Microsoft\Internet Explorer\Main","ShowGoButton",2,"yes"
41#HKCU,"Software\Microsoft\Internet Explorer\Main","Start Page",2,"https://www.winehq.org"
42HKCU,"Software\Microsoft\Internet Explorer\Main","Start Page",2,"https://reactos.org/"
43HKCU,"Software\Microsoft\Internet Explorer\Main","Search Page",2,"https://duckduckgo.com/"
44HKCU,"Software\Microsoft\Internet Explorer\Settings","Text Color",2,"0,0,0"
45#HKLM,"Software\Microsoft\Internet Explorer\Main","Default_Page_URL",2,"https://www.winehq.org"
46HKLM,"Software\Microsoft\Internet Explorer\Main","Default_Page_URL",2,"https://reactos.org/"
47HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\iexplore.exe",,,"%16422%\Internet Explorer\iexplore.exe"
48HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\iexplore.exe","Path",,"%16422%\Internet Explorer;"
49
50
51[IE.Reg]
52HKLM,"Software\Microsoft\Internet Explorer","Build",,"86001"
53HKLM,"Software\Microsoft\Internet Explorer","Version",,"8.0.6001.18702"
54HKLM,"Software\Microsoft\Internet Explorer","W2kVersion",,"8.0.6001.18702"
55
56
57[Strings]
58CLSID_InternetExplorer="{0002df01-0000-0000-c000-000000000046}"
59CLSID_Internet="{871c5380-42a0-1069-a2ea-08002b30309d}"
60CLSID_InternetExplorerManager="{df4fcc34-067a-4e0a-8352-4a1a5095346e}"
61