From c6c5e991afb80e584198429d4966089931e4000c Mon Sep 17 00:00:00 2001 From: Rob Shearman Date: Fri, 22 Feb 2008 19:17:56 +0000 Subject: [PATCH] shdocvw: Add more keys to the CLSID_Internet key. --- dlls/shdocvw/shdocvw.inf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dlls/shdocvw/shdocvw.inf b/dlls/shdocvw/shdocvw.inf index ed7b39ea61c..c959737ba37 100644 --- a/dlls/shdocvw/shdocvw.inf +++ b/dlls/shdocvw/shdocvw.inf @@ -71,8 +71,12 @@ HKCR,"Shell.UIHelper.1",,,"" HKCR,"Shell.UIHelper.1\CLSID",,,"%CLSID_ShellUIHelper%" HKCR,"CLSID\%CLSID_Internet%",,,"Internet Explorer" +HKCR,"CLSID\%CLSID_Internet%\DefaultIcon",,,"shdoclc.dll,-190" HKCR,"CLSID\%CLSID_Internet%\InProcServer32",,,"%MODULE%" HKCR,"CLSID\%CLSID_Internet%\InProcServer32","ThreadingModel",,"Apartment" +HKCR,"CLSID\%CLSID_Internet%\Shell",,,"OpenHomePage" +HKCR,"CLSID\%CLSID_Internet%\Shell\OpenHomePage",,,"Open &Home Page" +HKCR,"CLSID\%CLSID_Internet%\Shell\OpenHomePage\Command",,,"""%16422%\Internet Explorer\iexplore.exe""" HKCR,"CLSID\%CLSID_Internet%\ShellFolder",,2,"0x24" HKCR,"CLSID\%CLSID_WebBrowser%",,,"Microsoft Web Browser"