<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Hi Austin,<br>
      <br>
      On 12/02/15 07:31, Austin English wrote:<br>
    </div>
    <blockquote
cite="mid:CACC5Q1e-oijPyaqbovM2qUQzjP4msG=gc20U+9XO4BBb4sD01g@mail.gmail.com"
      type="cite"><br>
      <div class="moz-text-plain" wrap="true" graphical-quote="true"
        style="font-family: -moz-fixed; font-size: 12px;"
        lang="x-western">
        <pre wrap="">From a8309f37269bc374359e6ee473e66465551b867f Mon Sep 17 00:00:00 2001
From: Austin English <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="mailto:austinenglish@gmail.com"><austinenglish@gmail.com></a>
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 <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="mailto:austinenglish@gmail.com"><austinenglish@gmail.com></a>
---
 loader/wine.inf.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/loader/wine.inf.in b/loader/wine.inf.in</pre>
      </div>
    </blockquote>
    <br>
    I believe this should go to programs/iexplore/iexplore.inf.<br>
    <br>
    <br>
    <blockquote
cite="mid:CACC5Q1e-oijPyaqbovM2qUQzjP4msG=gc20U+9XO4BBb4sD01g@mail.gmail.com"
      type="cite">
      <div class="moz-text-plain" wrap="true" graphical-quote="true"
        style="font-family: -moz-fixed; font-size: 12px;"
        lang="x-western">
        <pre wrap="">
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"
</pre>
      </div>
    </blockquote>
    <br>
    Why don't you use HKCR here?<br>
    <br>
    Thanks,<br>
    Jacek<br>
  </body>
</html>