From f5956f1ac6a10acd188ac2de5dfa30663138b7a5 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Wed, 14 Dec 2011 18:01:25 +0100 Subject: [PATCH] wine.inf: Also create iexplorer.exe in the system directory for registration. --- tools/wine.inf.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/wine.inf.in b/tools/wine.inf.in index a84b73ee2c0..2fdd3b7c4c1 100644 --- a/tools/wine.inf.in +++ b/tools/wine.inf.in @@ -2536,6 +2536,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G" 11,mui, 11,gecko\plugin,npmshtml.dll 11,wbem,mofcomp.exe +11,,iexplore.exe 11,,winetest.exe,- 12,,mountmgr.sys,- ; registration order matters for these @@ -2562,6 +2563,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G" 10,,notepad.exe 10,,regedit.exe 11,,explorer.exe +11,,iexplore.exe 11,,notepad.exe 11,,winetest.exe,- 12,,mountmgr.sys -- 2.11.4.GIT