registry entries to install .inf files. No clue if this is correct. Modified: trunk/reactos/bootdata/hivecls.inf _____
Modified: trunk/reactos/bootdata/hivecls.inf --- trunk/reactos/bootdata/hivecls.inf 2005-08-10 16:33:49 UTC (rev 17258) +++ trunk/reactos/bootdata/hivecls.inf 2005-08-10 17:19:13 UTC (rev 17259) @@ -9,6 +9,11 @@
HKCR,"exefile\Defaulticon","",0x00000000,"%1" HKCR,"exefile\shell\open\command","",0x00000000,"""%1"" %*"
+; Show icons for inf (installation) files +HKCR,".inf","",0x00000000,"inffile" +HKCR,"inffile\DefaultIcon","",0x00000000,"%SystemRoot%\System32\shell32 .dll,-151" +HKCR,"inffile\shell\Install\command","",0x00020000,"%SystemRoot%\System 32\rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %1" + ; Show icons for shortcuts in shell views (lnkfile is handled specially in shell32) ; Don't display extension for shortcuts HKCR,".lnk","",0x00000000,"lnkfile"