wine.inf: add Internet Explorer AppPath registry key

Mikolaj Zalewski mikolajz at google.com
Fri Aug 24 21:34:01 CDT 2007


  If I remember correctly some MSIE registry keys are not put into
Wine registry because that would prevent users from installing the
original MSIE. Does the AppPath key falls into the same category or
can it be included in Wine?
-------------- next part --------------
From b91b82b9ed80df4a1a5d17ba5522810598e1af05 Mon Sep 17 00:00:00 2001
From: Mikolaj Zalewski <mikolaj at zalewski.pl>
Date: Fri, 24 Aug 2007 19:32:02 -0700
Subject: [PATCH] wine.inf: add Internet Explorer AppPath registry key
---
 tools/wine.inf |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/tools/wine.inf b/tools/wine.inf
index a766b3d..a40e541 100644
--- a/tools/wine.inf
+++ b/tools/wine.inf
@@ -335,6 +335,8 @@ HKLM,System\CurrentControlSet\Control\VM
 HKCU,Software\Wine\MSHTML,"GeckoUrl",,"http://source.winehq.org/winegecko.php"
 HKLM,HARDWARE\DEVICEMAP\PARALLEL PORTS,,,""
 HKLM,HARDWARE\DEVICEMAP\SERIALCOMM,,,""
+HKLM,Software\Microsoft\Windows\CurrentVersion\App Paths\IEXPLORE.EXE,,,"%16422%\Internet Explorer\iexplore.exe"
+HKLM,Software\Microsoft\Windows\CurrentVersion\App Paths\IEXPLORE.EXE,"Path",,"%16422%\Internet Explorer"
 
 [Nls]
 HKLM,System\CurrentControlSet\Control\Nls\Codepage,"37",,""
-- 
1.4.1


More information about the wine-patches mailing list