Alexandre Julliard : shdocvw: Specify the full path to iexplore.exe.
Module: wine Branch: master Commit: 99dd3484227c606c2c02469691db301f85d476d3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=99dd3484227c606c2c02469691... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Oct 27 11:25:39 2009 +0100 shdocvw: Specify the full path to iexplore.exe. --- dlls/shdocvw/shdocvw.inf | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/shdocvw/shdocvw.inf b/dlls/shdocvw/shdocvw.inf index 92e7884..9baa8c8 100644 --- a/dlls/shdocvw/shdocvw.inf +++ b/dlls/shdocvw/shdocvw.inf @@ -20,7 +20,7 @@ DelReg=IE.Reg, Settings.Reg [Classes.Reg] HKCR,"CLSID\%CLSID_InternetExplorer%",,,"Internet Explorer(Ver 1.0)" -HKCR,"CLSID\%CLSID_InternetExplorer%\LocalServer32",,,"iexplore.exe" +HKCR,"CLSID\%CLSID_InternetExplorer%\LocalServer32",,,"""%16422%\Internet Explorer\iexplore.exe""" HKCR,"CLSID\%CLSID_InternetExplorer%\ProgID",,,"InternetExplorer.Application.1" HKCR,"CLSID\%CLSID_InternetExplorer%\VersionIndependentProgID",,,"InternetExplorer.Application" HKCR,"InternetExplorer.Application",,,"Internet Explorer(Ver 1.0)"
participants (1)
-
Alexandre Julliard