From: Hans Leidekker hans@codeweavers.com
--- loader/wine.inf.in | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/loader/wine.inf.in b/loader/wine.inf.in index 7dc657cc9e0..8a77c538006 100644 --- a/loader/wine.inf.in +++ b/loader/wine.inf.in @@ -224,6 +224,7 @@ Control="System\CurrentControlSet\Control" [Classes] HKCR,.chm,,2,"chm.file" HKCR,.cpl,,2,"cplfile" +HKCR,.crt,,2,"CERFile" HKCR,.hlp,,2,"hlpfile" HKCR,.inf,,2,"inffile" HKCR,.ini,,2,"inifile" @@ -236,6 +237,8 @@ HKCR,.wri,,2,"wrifile" HKCR,*\shellex\ContextMenuHandlers,,16 HKCR,AppID{B8C54A54-355E-11D3-83EB-00A0C92A2F2D},,2,"Windows Media Player" HKCR,Applications\wmplayer.exe,,2,"Windows Media Player" +HKCR,CERfile,,2,"Security Certificate" +HKCR,CERfile\shell\open\command,,2,"%11%\rundll32.exe cryptext.dll,CryptExtOpenCER %1" HKCR,chm.file,,2,"Compiled HTML Help File" HKCR,chm.file\DefaultIcon,,2,"%10%\hh.exe,0" HKCR,chm.file\shell\open\command,,2,"""%10%\hh.exe"" ""%1"""