ChangeSet ID: 21080 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/11/03 05:33:43
Modified files: tools : wine.inf
Log message: Mike McCormack mike@codeweavers.com Add the ContextMenuHandlers key for shortcuts so the new context menu code can work.
Patch: http://cvs.winehq.org/patch.py?id=21080
Old revision New revision Changes Path 1.45 1.46 +1 -0 wine/tools/wine.inf
Index: wine/tools/wine.inf diff -u -p wine/tools/wine.inf:1.45 wine/tools/wine.inf:1.46 --- wine/tools/wine.inf:1.45 3 Nov 2005 11:33:43 -0000 +++ wine/tools/wine.inf 3 Nov 2005 11:33:43 -0000 @@ -78,6 +78,7 @@ 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"