Alexandre Julliard : wine.inf: Register iexplore from the system directory so that the 32-bit version gets registered too .
Module: wine Branch: master Commit: 53dfaf0d58e38672a53b1e0fc4f9217e5eebf6a3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=53dfaf0d58e38672a53b1e0fc4... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Apr 15 22:52:54 2010 +0200 wine.inf: Register iexplore from the system directory so that the 32-bit version gets registered too. --- tools/wine.inf.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/wine.inf.in b/tools/wine.inf.in index 53c3461..998ec7e 100644 --- a/tools/wine.inf.in +++ b/tools/wine.inf.in @@ -2532,7 +2532,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G" 11,,wintrust.dll,1 11,,wmiutils.dll,1 11,,wuapi.dll,1 -16422,Internet Explorer,iexplore.exe,1 +11,,iexplore.exe,1 ; 32bit-only fake dlls [FakeDllsWin32]
participants (1)
-
Alexandre Julliard