wine.inf: We should not override existing associations.

Francois Gouget fgouget at codeweavers.com
Fri Aug 4 10:44:16 CDT 2006


---
  tools/wine.inf |   82 ++++++++++++++++++++++++++++----------------------------
  1 files changed, 41 insertions(+), 41 deletions(-)

diff --git a/tools/wine.inf b/tools/wine.inf
index e83250a..e262e46 100644
--- a/tools/wine.inf
+++ b/tools/wine.inf
@@ -82,47 +82,47 @@ FontSubStr="Software\Microsoft\Windows N
  Control="System\CurrentControlSet\Control"

  [Classes]
-HKCR,.avi,"Content Type",,"video/avi"
-HKCR,.dll,"Content Type",,"application/x-msdownload"
-HKCR,.exe,,,"exefile"
-HKCR,.exe,"Content Type",,"application/x-msdownload"
-HKCR,.htm,,,"htmlfile"
-HKCR,.htm,"Content Type",,"text/html"
-HKCR,.html,,,"htmlfile"
-HKCR,.html,"Content Type",,"text/html"
-HKCR,.ini,,,"inifile"
-HKCR,.jfif,"Content Type",,"image/jpeg"
-HKCR,.lnk,,,"lnkfile"
-HKCR,.msi,,,"Msi.Package" 
-HKCR,.tif,"Content Type",,"image/tiff"
-HKCR,.tiff,"Content Type",,"image/tiff"
-HKCR,.txt,,,"txtfile"
-HKCR,.wav,"Content Type",,"audio/wav"
-HKCR,.xml,"Content Type",,"text/xml"
-HKCR,.xsl,"Content Type",,"text/xsl"
-HKCR,exefile\DefaultIcon,,,"%1"
-HKCR,exefile\shell\open\command,,,"""%1"" %*"
-HKCR,folder\shell\open\ddeexec,,,"[ViewFolder("%l", %I, %S)]"
-HKCR,folder\shell\open\ddeexec,"NoActivateHandler",,""
-HKCR,folder\shell\open\ddeexec\application,,,"Folders"
-HKCR,htmlfile\shell\open\command,,,"winebrowser"
-HKCR,inifile\shell\open\command,,,"%11%\notepad.exe %1"
-HKCR,inifile\shell\print\command,,,"%11%\notepad.exe /p %1"
-HKCR,lnkfile,,,"Shortcut"
-HKCR,lnkfile,"NeverShowExt",,""
-HKCR,lnkfile,"IsShortcut",,"yes"
-HKCR,lnkfile\CLSID,,,"{00021401-0000-0000-C000-000000000046}"
-HKCR,lnkfile\shellex\IconHandler,,,"{00021401-0000-0000-C000-000000000046}"
-HKCR,lnkfile\shellex\ContextMenuHandlers\{00021401-0000-0000-C000-000000000046},,,
-HKCR,Msi.Package\DefaultIcon,,,"msiexec.exe"
-HKCR,Msi.Package\shell\Open\command,,,"msiexec /i %1"
-HKCR,Msi.Package\shell\Repair\command,,,"msiexec /f %1"
-HKCR,Msi.Package\shell\Uninstall\command,,,"msiexec /x %1"
-HKCR,txtfile\shell\open\command,,,"%11%\notepad.exe %1"
-HKCR,txtfile\shell\print\command,,,"%11%\notepad.exe /p %1"
-HKCR,http\shell\open\command,,,"winebrowser"
-HKCR,https\shell\open\command,,,"winebrowser"
-HKCR,mailto\shell\open\command,,,"winebrowser %1"
+HKCR,.avi,"Content Type",2,"video/avi"
+HKCR,.dll,"Content Type",2,"application/x-msdownload"
+HKCR,.exe,,2,"exefile"
+HKCR,.exe,"Content Type",2,"application/x-msdownload"
+HKCR,.htm,,2,"htmlfile"
+HKCR,.htm,"Content Type",2,"text/html"
+HKCR,.html,,2,"htmlfile"
+HKCR,.html,"Content Type",2,"text/html"
+HKCR,.ini,,2,"inifile"
+HKCR,.jfif,"Content Type",2,"image/jpeg"
+HKCR,.lnk,,2,"lnkfile"
+HKCR,.msi,,2,"Msi.Package" 
+HKCR,.tif,"Content Type",2,"image/tiff"
+HKCR,.tiff,"Content Type",2,"image/tiff"
+HKCR,.txt,,2,"txtfile"
+HKCR,.wav,"Content Type",2,"audio/wav"
+HKCR,.xml,"Content Type",2,"text/xml"
+HKCR,.xsl,"Content Type",2,"text/xsl"
+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,htmlfile\shell\open\command,,2,"winebrowser"
+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"
+HKCR,lnkfile,"NeverShowExt",2,""
+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},,2,""
+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,txtfile\shell\open\command,,2,"%11%\notepad.exe %1"
+HKCR,txtfile\shell\print\command,,2,"%11%\notepad.exe /p %1"
+HKCR,http\shell\open\command,,2,"winebrowser"
+HKCR,https\shell\open\command,,2,"winebrowser"
+HKCR,mailto\shell\open\command,,2,"winebrowser %1"
  ; FIXME: the following should be done by the dll registration
  HKCR,AVIFile\Compressors\auds,,,"{0002000F-0000-0000-C000-000000000046}"
  HKCR,AVIFile\Compressors\vids,,,"{00020001-0000-0000-C000-000000000046}"
-- 
1.4.1




More information about the wine-patches mailing list