Installation and was tested with the following configuration:
Linux distribution: Ubuntu 9.10 - Emulation Windows: XP - Wine Version: 1.1.36
Download dependencies:
sudo apt-get install wine cabextract
Warning: All wine program running must be closed before install and run IE4WINE
Download and run IE4WINE:
wget http://rkpisanu.altervista.org/download/ie4wine chmod +x ./ie4wine ./ie4wine
Finally:
type ./wineie7 or Click Desktop Icon Internet Explorer 7 (Stable Version )
type ./wineie7https or Click Desktop Icon Internet Explorer 7 HTTPS (Unstable Version with https support )
Installation and was tested with the following configuration:
Linux distribution: Ubuntu 9.10 - Emulation Windows: XP - Wine Version: 1.1.33
Download dependencies:
sudo apt-get install wine cabextract
Warning: All wine program running must be closed before install and run IE4WINE
Download and run IE4WINE:
wget http://rkpisanu.altervista.org/download/ie4wine chmod +x ./ie4wine ./ie4wine
Finally, type wineie7 or Click Desktop Icon Internet Explorer 7
Installation and was tested with the following configuration:
Linux distribution: Ubuntu 9.04 - Emulation Windows: XP - Wine Version: 1.1.30
Run the following commands:
mkdir ~/.ie7 cd ~/.ie7 env $PWD='pwd' WINEPREFIX=$PWD winecfg --> WinXP env $PWD='pwd' WINEPREFIX=$PWD winetricks corefonts msxml3 msxml4 msxml6 tahoma
Download Internet Explorer 7:
wget http://download.microsoft.com/download/3/8/8/38889DC1-848C-4BF2-8335-86C573AD86D9/IE7-WindowsXP-x86-enu.exe
and run it:
cabextract -d tempdir IE7-WindowsXP-x86-enu.exe env $PWD='pwd' WINEPREFIX=$PWD wine ./tempdir/update/iesetup.exe env $PWD='pwd' WINEPREFIX=$PWD wine ./tempdir/update/xmllitesetup.exe
Download Flash Plugin and install it:
wget http://fpdownload.adobe.com/get/flashplayer/current/install_flash_player_ax.exe env $PWD='pwd' WINEPREFIX=$PWD wine install_flash_player_ax.exe
Create the log file ie7.reg
[HKEY_CURRENT_USER\Software\Wine\DllOverrides] "browselc"="native, builtin" "browsewm"="native, builtin" "browseui"="native, builtin" "comctl32"="builtin" "crypt32"="native, builtin" "gdiplus"="native, builtin" "hhctrl.ocx"="native, builtin" "hlink"="native, builtin" "iernonce"="native, builtin" "iexplore.exe"="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"="native,builtin" "wintrust"="native, builtin"
and run the following command:
env $PWD='pwd' WINEPREFIX=$PWD wine regedit ie7.reg
Finally, we can launch IE7:
env $PWD='pwd' WINEPREFIX=$PWD wine ~/.ie7/drive_c/Program\ Files/Internet\ Explorer/iexplore.exe
Installation and was tested with the following configuration:
Linux distribution: Ubuntu 9.04 - Emulation Windows: XP - Wine Version: 1.1.29
Run the following commands:
mkdir ~/.ie7 cd ~/.ie7 env $PWD='pwd' WINEPREFIX=$PWD winecfg --> WinXP env $PWD='pwd' WINEPREFIX=$PWD winetricks comctl32 comctl32.ocx corefonts gdiplus gecko msls31 msxml3 msxml4 msxml6 riched20 riched30 tahoma
Download XmlLite.dll and put it in the system directory:
wget http://www.microsoft.com/downloads/details.aspx?FamilyId=D7B5DC81-AD14-4DE2-8AD5-8C4A9AAB5992/WindowsXP-KB915865-v11-x86-ENU.exe
env $PWD='pwd' WINEPREFIX=$PWD wine WindowsXP-KB915865-v11-x86-ENU.exe
find . -name "xmllite.dll" -exec cp '{}' ~/.ie7/drive_c/windows/system32 \;
Create the log file ie7.reg
[HKEY_CURRENT_USER\Software\Wine\DllOverrides] "browselc"="native, builtin" "browsewm"="native, builtin" "browseui"="native, builtin" "comctl32"="builtin" "crypt32"="native, builtin" "gdiplus"="native" "hhctrl.ocx"="native, builtin" "hlink"="native, builtin" "iernonce"="native, builtin" "iexplore.exe"="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"="native,builtin" "wintrust"="native, builtin"
and run the following command:
env $PWD='pwd' WINEPREFIX=$PWD wine regedit ie7.reg
Download Internet Explorer 7:
wget http://download.microsoft.com/download/3/8/8/38889DC1-848C-4BF2-8335-86C573AD86D9/IE7-WindowsXP-x86-enu.exe
and run it, remember not to select the flag to make the Windows Security Updates:
env $PWD='pwd' WINEPREFIX=$PWD wine IE7-WindowsXP-x86-enu.exe
Download Flash Plugin and install it:
wget http://fpdownload.adobe.com/get/flashplayer/current/install_flash_player_ax.exe env $PWD='pwd' WINEPREFIX=$PWD wine install_flash_player_ax.exe
Finally, we can launch IE7:
env $PWD='pwd' WINEPREFIX=$PWD wine ~/.ie7/drive_c/Program\ Files/Internet\ Explorer/iexplore.exe