Run IE5.0, IE5.5, IE6.0, and IE7.0 (release) simultaneously on linux)

Source: Internet
Author: User
Run IE5.0, IE5.5, IE6.0, and IE7.0 at the same time on linux-Linux general technology-Linux technology and application information. For more information, see the following. The following describes how to run the Internet Explorer 7 browser program on Linux. in the meantime, I found two problems: first, the background of the Transparent (Transparent background) GIFs file in IE7 is black. second (it is a good thing for me). The IE7 program interface shows exceptions when running on Linux. The best way is that the IE7 rendering engine is built into the IE6 interface. that is to say, you will not be able to see the tabs (Tab) or RSS reader of IE7, but you can also debug webpages and fix layout problems.

Note: The latest IEs4linux test version has solved the Transparent PNG issue of IE7. You can download the browser program from Microsoft instead of Google, without the need to download and check for confirmation.

Microsoft's conditional comments function is running normally, unlike running an independent IE program on Windows, so you will be able to develop and use all major browser programs on Linux to debug webpages! We can also avoid Microsoft's download check and confirmation, and linux users can complete the following installation without using windows machines to download the IE7 Installation File. (we can avoid Microsoft's download check and confirmation through legitimate means ).

First, use the IEs 4 Linux installer to install IE6 (Optional: 5.5 + 5.0). Please consider donating money to the IEs4Linux project. Thank you!

Http://www.tatanka.com.br/ies4linux/page/Main_Page

Please refer to the operation steps on the page of http://www.tatanka.com.br/ies4linux/page/installationaccording to the linux release version you are using. You must install IE6 at least. Optional values: 5.0 or 5.5. Suppose you have used the correct installation path ~ /. Ies4linux-if not, make sure that the correct path is used in the next step.

After completing the above installation steps, you can run the ie6 command to check whether IE6 is correctly installed:

Ie6

I access the Google website using one of the browsers to test the installed browsers:

. Firefox reports 'Firefox 2.0 ′
. Ie6 reports 'msie 6.0 ′

Now go to Internet Explorer 7 installation:

We can use Google's IE7 custom installer to skip the Windows copy verification on the Microsoft .com download website (we run on linux and there is no windows system ..); the URL is http://www.google.com/toolbar/ie7. download the file (ie7setup_g.exe) and save it to a temporary folder.

Now, complete copy of the installed IE6 program:

Cd ~ /. Ies4linux
Cp-r ie6/ie7
Sed ~ /. Ies4linux/bin/ie6-e's/ie6/ie7/G'> ~ /. Ies4linux/bin/ie7
Chmod + x ~ /. Ies4linux/bin/ie7

Then, cdgo to the ie7setup_g.exe directory and use the cabextractprogram to install ie7setup_g.exe. (For the cabextract installation method, refer to IEs 4 Linux website)

Cd ~ /Yourtempfolder
Cabextract IE7Setup_G.exe

Ls-la display:

15505200 Dec 7 IE7-Setup.exe

Unbind the required file:

Cabextract IE7-Setup.exe
For I in wininet iertutil shlwapi urlmon jscript vbscript \
Ieframe mshtml mshtmled mshtmler advpack
Do
Chmod + x $ I. dll
Cp $ I. dll ~ /. Ies4linux/ie7/drive_c/windows/system/$ I. dll
Done

Chmod + x inetcpl. cpl
Cp inetcpl. cpl ~ /. Ies4linux/ie7/drive_c/windows/system/
Now you need the normaliz. dll and inetcplc. dll dynamic library files. You can google them, or

Http://www.down-dll.com/dll/normaliz.zip
Http://www.down-dll.com/dll/inetcplc.zip

Or

Http://blog.zhaoke.com/data/2007/0109/normaliz.zip
Http://blog.zhaoke.com/data/2007/0109/inetcplc.zip

Decompress the above two files and copy them ~ /. Ies4linux/ie7/drive_c/windows/system

Unzip normaliz.zip
Unzip inetcplc.zip
Cp normaliz. dll ~ /. Ies4linux/ie7/drive_c/windows/system
Cp inetcplc. dll ~ /. Ies4linux/ie7/drive_c/windows/system

Now IE 7 is successfully installed, but the view pane bar shows an exception, unless you switch to the Wine Program (container) and use the Windows XP operating system .:

WINEPREFIX = ~ /. Ies4linux/ie7 winecfg

Modify the 'windows' option to 'windows XP 'at the bottom of the initialization page, and then click OK.

Create a shortcut:

Cd ~ /Bin
Ln-s ~ /. Ies4linux/bin/ie7 ie7

Finally, run ie7 and use the previous browser to test the Google website. The result is:

Ie7 reports 'msie 7.0 ′

Reference
Internet Explorer 7 on Linux
IEs4Linux
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.