Hans Leidekker : wine.inf: Add shell handler for .msp files.

Alexandre Julliard julliard at winehq.org
Tue Apr 5 11:23:32 CDT 2011


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

Author: Hans Leidekker <hans at codeweavers.com>
Date:   Tue Apr  5 12:04:11 2011 +0200

wine.inf: Add shell handler for .msp files.

---

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

diff --git a/tools/wine.inf.in b/tools/wine.inf.in
index cb130e6..d4a457b 100644
--- a/tools/wine.inf.in
+++ b/tools/wine.inf.in
@@ -159,6 +159,7 @@ HKCR,.inf,,2,"inffile"
 HKCR,.ini,,2,"inifile"
 HKCR,.lnk,,2,"lnkfile"
 HKCR,.msi,,2,"Msi.Package" 
+HKCR,.msp,,2,"Msi.Patch"
 HKCR,.rtf,,2,"rtffile"
 HKCR,.wri,,2,"wrifile"
 HKCR,chm.file,,2,"Compiled HTML Help File"
@@ -197,6 +198,9 @@ 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,Msi.Patch,,2,"Windows Installer Patch"
+HKCR,Msi.Patch\DefaultIcon,,2,"msiexec.exe"
+HKCR,Msi.Patch\shell\Open\command,,2,"msiexec /p ""%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"




More information about the wine-cvs mailing list