Module: wine Branch: refs/heads/master Commit: f1adb69c2ea1e67711cf9651ccb70134b326bbbf URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=f1adb69c2ea1e67711cf9651...
Author: Francois Gouget fgouget@codeweavers.com Date: Mon Aug 7 21:18:41 2006 +0200
wine.inf: lnkfile\shellex\ContextMenuHandlers... is not supposed to have a default value.
---
tools/wine.inf | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tools/wine.inf b/tools/wine.inf index 8ec5945..fda13f0 100644 --- a/tools/wine.inf +++ b/tools/wine.inf @@ -112,7 +112,7 @@ 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,lnkfile\shellex\ContextMenuHandlers{00021401-0000-0000-C000-000000000046},,0x10, 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"