Author: jgardou Date: Tue Feb 18 20:11:10 2014 New Revision: 62251
URL: http://svn.reactos.org/svn/reactos?rev=62251&view=rev Log: [HIVECLS] - Add default application (iexplore) for html files.
Modified: trunk/reactos/boot/bootdata/hivecls.inf
Modified: trunk/reactos/boot/bootdata/hivecls.inf URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/hivecls.inf?r... ============================================================================== --- trunk/reactos/boot/bootdata/hivecls.inf [iso-8859-1] (original) +++ trunk/reactos/boot/bootdata/hivecls.inf [iso-8859-1] Tue Feb 18 20:11:10 2014 @@ -127,11 +127,11 @@ HKCR,"chm.file\shell\open\command","",0x00020000,"%SystemRoot%\hh.exe %1"
; set MIME type for .html and .htm because Tiny webserver needs it -HKCR,".htm","",0x00000000,"html" +HKCR,".htm","",0x00000000,"htmlfile" HKCR,".htm","Content Type",0x00000000,"text/html" - -HKCR,".html","",0x00000000,"html" +HKCR,".html","",0x00000000,"htmlfile" HKCR,".html","Content Type",0x00000000,"text/html" +HKCR,"htmlfile\shell\open\command","",0x00020000,"""%programfiles%\Internet Explorer\iexplore.exe"" %1"
; Icons HKCR,".ico","",0x00000000,"icofile"