[HIVECLS]
authorJérôme Gardou <jerome.gardou@reactos.org>
Tue, 18 Feb 2014 20:11:10 +0000 (20:11 +0000)
committerJérôme Gardou <jerome.gardou@reactos.org>
Tue, 18 Feb 2014 20:11:10 +0000 (20:11 +0000)
- Add default application (iexplore) for html files.

svn path=/trunk/; revision=62251

reactos/boot/bootdata/hivecls.inf

index be0b546..9807180 100644 (file)
@@ -127,11 +127,11 @@ HKCR,"chm.file\DefaultIcon","",0x00020000,"%SystemRoot%\hh.exe,0"
 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"