mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2024-11-21 17:09:06 -07:00
wine.inf: Add more file type descriptions.
This commit is contained in:
parent
859fe2a7cb
commit
6144104f24
1 changed files with 10 additions and 0 deletions
|
@ -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,""
|
||||
|
|
Loading…
Reference in a new issue