05-26-2010, 08:59 AM
|
any user of the forum who preferred to post anonymously
|
|
Join Date: Aug 2011
Location: Server of stream-recorder.com
Posts: 211
|
|
How to install Internet Explorer 7 (IE7) in Ubuntu 10.04 Lucid Lynx
Tested in Ubuntu 10.04 Lucid Lynx with Wine 1.1.42 - Install wine and winetricks if needed.
- Then run the following from the Terminal:
Code:
winetricks comctl32 comctl32.ocx corefonts gdiplus gecko msls31 msxml3 msxml4 msxml6 riched20 riched30 tahoma
- Run Wine config:
Select the "Libraries" tab. Select the msvcrt.dll and hit the "Remove" button.
- Create the following DLL overrides:
Code:
"browseui"="native, builtin"
"comctl32"="builtin"
"crypt32"="native, builtin"
"gdiplus"="native"
"hhctrl.ocx"="native, builtin"
"hlink"="native, builtin"
"itircl"="native, builtin"
"itss"="native, builtin"
"jscript"="native, builtin"
"mlang"="native, builtin"
"mshtml"="native, builtin"
"msimtf"="native,builtin"
"msxml3"="native,builtin"
"riched20"="native,builtin"
"riched32"="native,builtin"
"secur32"="native, builtin"
"shdoclc"="native, builtin"
"shdocvw"="native, builtin"
"shlwapi"="native, builtin"
"url"="native, builtin"
"urlmon"="native, builtin"
"usp10"="native, builtin"
"uxtheme"="native,builtin"
"wininet"="builtin"
"wintrust"="native, builtin"
- Download Windows Internet Explorer 7 for Windows XP
Code:
http://www.microsoft.com/downloadS/details.aspx?familyid=9AE91EBE-3385-447C-8A30-081805B2F90B&displaylang=en
- Install Internet Explorer 7:
Code:
wine IE7-WindowsXP-x86-enu.exe
- After the installation run winecfg again and set comctl32.dll back to builtin (Wine).
- Reboot:
- Run IE7
wine "c:/Program Files/Internet Explorer/iexplore.exe"
|