ddraw/tests: Add another invalid arguments test for surface QI.
[wine.git] / programs / iexplore / iexplore.inf
blob68c17e34deaba5b7073d2ab7af519d2531d3332a
1 [version]
2 Signature="$CHICAGO$"
5 [RegisterIE]
6 AddReg=Classes.Reg, IE.Reg, Settings.Reg
9 [UnregisterIE]
10 DelReg=Classes.Reg, IE.Reg, Settings.Reg
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"
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"
25 HKCR,"CLSID\%CLSID_InternetExplorerManager%\LocalServer32",,,"""%16422%\Internet Explorer\iexplore.exe"" -startmanager"
28 [Settings.Reg]
29 HKCU,"Software\Microsoft\Internet Explorer\Main","Start Page",2,"https://www.winehq.org"
30 HKCU,"Software\Microsoft\Internet Explorer\Main","Search Page",2,"https://www.google.com"
31 HKCU,"Software\Microsoft\Internet Explorer\Settings","Text Color",2,"0,0,0"
32 HKCR,"Applications\iexplore.exe\shell\open\command",,2,"""%16422%\Internet Explorer\iexplore.exe"" %1"
33 HKLM,"Software\Microsoft\Internet Explorer\Main","Default_Page_URL",2,"https://www.winehq.org"
34 HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\iexplore.exe",,,"%16422%\Internet Explorer\iexplore.exe"
35 HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\iexplore.exe","Path",,"%16422%\Internet Explorer;"
38 [IE.Reg]
39 HKLM,"Software\Microsoft\Internet Explorer","Build",,"98112"
40 HKLM,"Software\Microsoft\Internet Explorer","Version",,"9.0.8112.16421"
41 HKLM,"Software\Microsoft\Internet Explorer","W2kVersion",,"9.0.8112.16421"
44 [Strings]
45 CLSID_InternetExplorer="{0002df01-0000-0000-c000-000000000046}"
46 CLSID_Internet="{871c5380-42a0-1069-a2ea-08002b30309d}"
47 CLSID_InternetExplorerManager="{df4fcc34-067a-4e0a-8352-4a1a5095346e}"