From: Austin English Subject: loader/wine.inf.in: add 'HKLM\Software\Classes\Applications\iexplore.exe\shell\open\command' key Message-Id: Date: Wed, 2 Dec 2015 00:31:30 -0600 Should fix https://bugs.winehq.org/show_bug.cgi?id=29595 I would test, but I don't have the executable and the links posted don't work for me. But given that the OP provided the fix and said it worked, I think it's safe to say it would fix the bug. I tested that the key is created, of course. -- -Austin From a8309f37269bc374359e6ee473e66465551b867f Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 2 Dec 2015 01:27:15 -0500 Subject: [PATCH] loader/wine.inf.in: add 'HKLM\Software\Classes\Applications\iexplore.exe\shell\open\command' key Signed-off-by: Austin English --- loader/wine.inf.in | 1 + 1 file changed, 1 insertion(+) diff --git a/loader/wine.inf.in b/loader/wine.inf.in index 58a8d1d..02b92f4 100644 --- a/loader/wine.inf.in +++ b/loader/wine.inf.in @@ -245,6 +245,7 @@ HKCR,https\shell\open\ddeexec,"NoActivateHandler",2,"" HKCR,https\shell\open\ddeexec\Application,,2,"IExplore" HKCR,https\shell\open\ddeexec\Topic,,2,"WWW_OpenURL" HKCR,mailto\shell\open\command,,2,"%11%\winebrowser %1" +HKLM,Software\Classes\Applications\iexplore.exe\shell\open\command,,2,"""%16422%\Internet Explorer\iexplore.exe"" %1" HKCR,MIME\Database\Charset\_iso-2022-jp$ESC,"Codepage",0x10003,932 HKCR,MIME\Database\Charset\_iso-2022-jp$ESC,"InternetEncoding",0x10003,50221 -- 2.4.3