Damjan Jovanovic : wine.inf: Add more file type descriptions.

Alexandre Julliard julliard at winehq.org
Fri May 1 09:33:20 CDT 2009


Module: wine
Branch: master
Commit: 6144104f24700862c05b616efca9da2f38102368
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=6144104f24700862c05b616efca9da2f38102368

Author: Damjan Jovanovic <damjan.jov at gmail.com>
Date:   Fri May  1 10:11:07 2009 +0200

wine.inf: Add more file type descriptions.

---

 tools/wine.inf.in |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/tools/wine.inf.in b/tools/wine.inf.in
index fb7c68c..f42dea8 100644
--- a/tools/wine.inf.in
+++ b/tools/wine.inf.in
@@ -121,21 +121,27 @@ HKCR,.wav,"Content Type",2,"audio/wav"
 HKCR,.xml,,2,"xmlfile"
 HKCR,.xml,"Content Type",2,"text/xml"
 HKCR,.xsl,"Content Type",2,"text/xsl"
+HKCR,chm.file,,2,"Compiled HTML Help File"
 HKCR,chm.file\shell\open\command,,2,"%11%\hh.exe %1"
+HKCR,cplfile,,2,"Control Panel Item"
 HKCR,cplfile\shell\cplopen,,2,"Open with Control Panel"
 HKCR,cplfile\shell\cplopen\command,,2,"rundll32.exe shell32.dll,Control_RunDLL ""%1"",%*"
+HKCR,exefile,,2,"Application"
 HKCR,exefile\DefaultIcon,,2,"%1"
 HKCR,exefile\shell\open\command,,2,"""%1"" %*"
 HKCR,folder\shell\open\ddeexec,,2,"[ViewFolder("%l", %I, %S)]"
 HKCR,folder\shell\open\ddeexec,"NoActivateHandler",2,""
 HKCR,folder\shell\open\ddeexec\application,,2,"Folders"
+HKCR,hlpfile,,2,"Help File"
 HKCR,hlpfile\shell\open\command,,2,"%11%\winhlp32.exe %1"
 HKCR,htmlfile\shell\open\command,,2,"%11%\winebrowser.exe -nohome"
 HKCR,htmlfile\shell\open\ddeexec,,2,"""%1"",,-1,0,,,,"
 HKCR,htmlfile\shell\open\ddeexec,"NoActivateHandler",2,""
 HKCR,htmlfile\shell\open\ddeexec\Application,,2,"IExplore"
 HKCR,htmlfile\shell\open\ddeexec\Topic,,2,"WWW_OpenURL"
+HKCR,inffile,,2,"Setup Information"
 HKCR,inffile\shell\install\command,,2,"%11%\rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %1"
+HKCR,inifile,,2,"Configuration Settings"
 HKCR,inifile\shell\open\command,,2,"%11%\notepad.exe %1"
 HKCR,inifile\shell\print\command,,2,"%11%\notepad.exe /p %1"
 HKCR,lnkfile,,2,"Shortcut"
@@ -144,16 +150,20 @@ HKCR,lnkfile,"IsShortcut",2,"yes"
 HKCR,lnkfile\CLSID,,2,"{00021401-0000-0000-C000-000000000046}"
 HKCR,lnkfile\shellex\IconHandler,,2,"{00021401-0000-0000-C000-000000000046}"
 HKCR,lnkfile\shellex\ContextMenuHandlers\{00021401-0000-0000-C000-000000000046},,0x10,
+HKCR,Msi.Package,,2,"Windows Installer Package"
 HKCR,Msi.Package\DefaultIcon,,2,"msiexec.exe"
 HKCR,Msi.Package\shell\Open\command,,2,"msiexec /i ""%1"""
 HKCR,Msi.Package\shell\Repair\command,,2,"msiexec /f ""%1"""
 HKCR,Msi.Package\shell\Uninstall\command,,2,"msiexec /x ""%1"""
+HKCR,rtffile,,2,"Rich Text Document"
 HKCR,rtffile\shell\open\command,,2,"%11%\wordpad.exe %1"
 HKCR,rtffile\shell\print\command,,2,"%11%\wordpad.exe /p %1"
+HKCR,txtfile,,2,"Text Document"
 HKCR,txtfile\shell\open\command,,2,"%11%\notepad.exe %1"
 HKCR,txtfile\shell\print\command,,2,"%11%\notepad.exe /p %1"
 HKCR,wrifile\shell\open\command,,2,"%11%\wordpad.exe %1"
 HKCR,wrifile\shell\print\command,,2,"%11%\wordpad.exe /p %1"
+HKCR,xmlfile,,2,"XML Document"
 HKCR,xmlfile\shell\open\command,,2,"%11%\winebrowser.exe -nohome"
 HKCR,xmlfile\shell\open\ddeexec,,2,"""%1"",,-1,0,,,,"
 HKCR,xmlfile\shell\open\ddeexec,"NoActivateHandler",2,""




More information about the wine-cvs mailing list