Hans Leidekker : wine.inf: Register an 'install' verb with the shell for . inf files.

Alexandre Julliard julliard at wine.codeweavers.com
Sat Mar 17 14:35:20 CDT 2007


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

Author: Hans Leidekker <hans at it.vu.nl>
Date:   Fri Mar 16 13:55:28 2007 +0100

wine.inf: Register an 'install' verb with the shell for .inf files.

---

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

diff --git a/tools/wine.inf b/tools/wine.inf
index 4475cbb..00fa586 100644
--- a/tools/wine.inf
+++ b/tools/wine.inf
@@ -92,6 +92,7 @@ HKCR,.htm,,2,"htmlfile"
 HKCR,.htm,"Content Type",2,"text/html"
 HKCR,.html,,2,"htmlfile"
 HKCR,.html,"Content Type",2,"text/html"
+HKCR,.inf,,2,"inffile"
 HKCR,.ini,,2,"inifile"
 HKCR,.jfif,"Content Type",2,"image/jpeg"
 HKCR,.lnk,,2,"lnkfile"
@@ -110,6 +111,7 @@ HKCR,folder\shell\open\ddeexec,"NoActivateHandler",2,""
 HKCR,folder\shell\open\ddeexec\application,,2,"Folders"
 HKCR,hlpfile\shell\open\command,,2,"%10%\winhelp.exe %1"
 HKCR,htmlfile\shell\open\command,,2,"winebrowser"
+HKCR,inffile\shell\install\command,,2,"%10%\rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %1"
 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"




More information about the wine-cvs mailing list