Module: wine Branch: master Commit: 567fb5e7dbad8a5dcf6736fb65d269af7b644f20 URL: http://source.winehq.org/git/wine.git/?a=commit;h=567fb5e7dbad8a5dcf6736fb65...
Author: Louis Lenders xerox_xerox2000@yahoo.co.uk Date: Thu Sep 25 07:48:26 2008 +0000
shdocvw: Create default App Paths key for iexplore.exe.
---
dlls/shdocvw/shdocvw.inf | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/dlls/shdocvw/shdocvw.inf b/dlls/shdocvw/shdocvw.inf index cec06bc..025c4b1 100644 --- a/dlls/shdocvw/shdocvw.inf +++ b/dlls/shdocvw/shdocvw.inf @@ -140,6 +140,8 @@ HKLM,"Software\Microsoft\Windows\CurrentVersion\URL\Prefixes","www",,"http://" HKCU,"Software\Microsoft\Internet Explorer\Main","Start Page",2,"http://www.winehq.org" HKCU,"Software\Microsoft\Internet Explorer\Main","Search Page",2,"http://www.google.com" HKLM,"Software\Microsoft\Internet Explorer\Main","Default_Page_URL",2,"http://www.winehq.org" +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;"
[IE.Reg]