View Single Post
  #1  
Old 05-26-2010, 07:59 AM
any ANONYMOUS forum user any ANONYMOUS forum user is offline
any user of the forum who preferred to post anonymously
 
Join Date: Aug 2011
Location: Server of stream-recorder.com
Posts: 211
any ANONYMOUS forum user is on a distinguished road
Default

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
  1. Install wine and winetricks if needed.
  2. Then run the following from the Terminal:
    Code:
    winetricks comctl32 comctl32.ocx corefonts gdiplus gecko msls31 msxml3 msxml4 msxml6 riched20 riched30 tahoma
  3. Run Wine config:
    Code:
    winecfg
    Select the "Libraries" tab. Select the msvcrt.dll and hit the "Remove" button.
  4. 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"
  5. Download Windows Internet Explorer 7 for Windows XP
    Code:
    http://www.microsoft.com/downloadS/details.aspx?familyid=9AE91EBE-3385-447C-8A30-081805B2F90B&displaylang=en
  6. Install Internet Explorer 7:
    Code:
    wine IE7-WindowsXP-x86-enu.exe
  7. After the installation run winecfg again and set comctl32.dll back to builtin (Wine).
  8. Reboot:
    Code:
    wineboot -k
  9. Run IE7
    wine "c:/Program Files/Internet Explorer/iexplore.exe"

Reply With Quote