From f1adb69c2ea1e67711cf9651ccb70134b326bbbf Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Mon, 7 Aug 2006 21:18:41 +0200 Subject: [PATCH] wine.inf: lnkfile\shellex\ContextMenuHandlers\... is not supposed to have a default value. --- tools/wine.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/wine.inf b/tools/wine.inf index 8ec5945774a..fda13f03d61 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"