From link: http://osxdaily.com/2011/09/04/internet-explorer-for-mac-ie7-ie8-ie-9-free/

If you’re a Mac user that requires the usage of Internet Explorer under Mac OS X, you’ll find your choices are generally as follows: run IE on top of Mac OS X with Wine which can be slow and buggy, dual boot Windows and Mac OS X which is a nuisance because it requites rebooting, or use virtualization with something like Parallels, VMWare, or VirtualBox. Virtualization is generally the best method because you can run IE and other Windows apps directly atop OS X, but some of the VM software is expensive and you still need a Windows license key, right? Wrong!

 

Run Internet Explorer 7, 8, 10, & 11 in Mac OS X the Easy & Free Way

We’re going to walk you through how to install Internet Explorer 7,
8, 9, 10, and 11 in a virtual machine running Windows, directly in Mac
OS X – for free. This is achieved by using the freely
available VirtualBox software from Oracle, and combining that with free
Internet Explorer testing virtual machines from Microsoft, the trick is
converting these free IE vm’s so that they work flawlessly under OS X
(or Linux, technically), and that is all handled automatically with this
method.

Notes: the admin password for all of the IE VMs is
“Password1″ without the quotes. This has been tested and confirmed to
work with all modern versions of Mac system software including OS X
10.10 Yosemite, OS X 10.9 Mavericks, 10.8 Mountain Lion, OS X 10.7 Lion,
and Mac OS X 10.6 Snow Leopard.

Installation size per IE Virtual Machine is about 11GB, to install all Windows VM’s it will take about 48GB of disk space.

    1. Download & Install VirtualBoxDownload Now (direct .dmg download link) – or visit VirtualBox Downloads page
    2. Launch the Terminal (located in /Applications/Utilities/)
    3. Decide which versions of Internet Explorer you want to download and install
      – each version of Internet Explorer is contained within a separate
      virtual machine that runs within VirtualBox. In other words, if you want
      to run Internet Explorer 7, 8, and 9, you will need to download three
      separate VM’s, which may take a while so keep that in mind. Select the
      text below and copy it:
      • Install ALL versions of Internet Explorer: IE7, IE 8, IE 9, IE10, IE11

curl -s https://raw.githubusercontent.com/xdissent/ievms/master/ievms.sh | bash

      • Install Internet Explorer 11 Only

curl -s https://raw.githubusercontent.com/xdissent/ievms/master/ievms.sh | IEVMS_VERSIONS="11" bash

      • Install Internet Explorer 10 Only

curl -s https://raw.githubusercontent.com/xdissent/ievms/master/ievms.sh | IEVMS_VERSIONS="10" bash

      • Install Internet Explorer 7 Only

curl -s https://raw.github.com/xdissent/ievms/master/ievms.sh | IEVMS_VERSIONS="7" bash

      • Install Internet Explorer 8 Only

curl -s https://raw.github.com/xdissent/ievms/master/ievms.sh | IEVMS_VERSIONS="8" bash

      • Install Internet Explorer 9 Only

curl -s https://raw.githubusercontent.com/xdissent/ievms/master/ievms.sh | IEVMS_VERSIONS="9" bash

  1. Copy and paste the selected command from above into the Terminal and
    hit return, this will start the download and conversion process. How
    long this takes depends on your internet connection and how many
    versions of Internet Explorer you chose to install
  2. Launch VirtualBox and boot Windows & Internet Explorer
    – select the virtual machine corresponding to the version of Internet
    Explorer you intend to use: IE7, IE8, IE9, then click on the “Start”
    button to boot that Windows machine with that version of Internet
    Explorer.

Remember that the default Windows admin password is “Password1″, it’s also the password hint within the VM should you forget it.

That’s really all there is to it. These commands are part of the ievsms script from xdissent and it manages the entire download, conversion, and installation procedure, it doesn’t get much easier.

Note: if you’re having trouble with the above URL or commands not
working, it may be because github changed the URL structure of their
source from github.com to githubusercontent, like the following:

curl -s https://raw.github.com/xdissent/ievms/master/ievms.sh | bash

Turns into:

curl -s https://raw.githubusercontent.com/xdissent/ievms/master/ievms.sh | bash

Note the URL change from github to githubusercontent, otherwise everything else is the same. (Thanks Blair!)

VM Snapshots Circumvent Microsofts 30 Day Limitation
The other great thing about this method is that it circumvents
Microsofts 30 day limitation by utilizing snapshots, a feature built
into VirtualBox. This preserves the original Windows VM state and allows
you to continuously use the IE virtual machine without any time
limitation simply by reverting to the original snapshot once the 30 day
lock occurs.

To use a snapshot after the 30 day Windows expiration, just open
VirtualBox, select the IE VM, and click on the “Snapshots” button. From
here you can boot from the original snapshot that was created and use IE
again for another 30 days. You can do this indefinitely, effectively
having a clean IE test environment forever.

What about IE 6?
IE6 is being rapidly abandoned as usage dies, but if you need to use it then you can follow this guide to get IE6 running in Mac OS X.
Getting it working isn’t quite as easy as the virtual machine methods
above and it utilizes a wine based emulator so your mileage may vary.

Why Use Internet Explorer on a Mac?
This has been a common question, but the primary reasons that Mac users
need Internet Explorer are either for web development and web app
compatibility purposes, or to access certain web sites or apps that
require the use of IE to gain access. If you’re not in either of those
groups, there isn’t much benefit to getting IE in Mac OS X, since
Safari, Chrome, and Firefox are all excellent browser choices with
significantly better performance on the Mac.

Internet Explorer for Mac the Easy Way: Run IE 7, IE8, & IE9 Free in a Virtual Machine的更多相关文章

  1. 建站手册-浏览器信息:Internet Explorer 浏览器

    ylbtech-建站手册-浏览器信息:Internet Explorer 浏览器 1.返回顶部 1. http://www.w3school.com.cn/browsers/browsers_inte ...

  2. C# winform webbrowser如何指定内核为IE11? 输出 this.webbrowser.Version 显示版本是IE11的,但实际版本不是啊! 网上打的修改注册表HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_BROWSER_EMULA

    最佳答案   1)假设你应用程序的名字为MyApplication.exe 2)运行Regedit,打开注册表,找到 HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\M ...

  3. How to run a (Tomcat)Java application server on a Azure virtual machine

    http://www.windowsazure.com/en-us/documentation/articles/virtual-machines-java-run-tomcat-applicatio ...

  4. What is XMLHTTP? How to use security zones in Internet Explorer

    Types of Security Zones Internet Zone This zone contains Web sites that are not on your computer or ...

  5. Selenium2学习-037-WebUI自动化实战实例-IE浏览器显示比例问题:org.openqa.selenium.remote.SessionNotFoundException: Unexpected error launching Internet Explorer. Browser zoom level was set to 94%. It should be set to 100%

    好久没有写博文了,今天在给部门新人演示 Selenium WebDriver 启动其支持的各种浏览器时,启动 IE 时总是无法打开对应的百度网址,页面如下所示:

  6. IEHelper - Internet Explorer Helper Class

    http://www.codeproject.com/Articles/4411/IEHelper-Internet-Explorer-Helper-Class Discussions (81) IE ...

  7. CVE-2012-4792Microsoft Internet Explorer 释放后使用漏洞

    Microsoft Internet Explorer是微软Windows操作系统中默认捆绑的WEB浏览器. Microsoft Internet Explorer 6至8版本中存在释放后使用漏洞.通 ...

  8. CVE-2013-1347Microsoft Internet Explorer 8 远程执行代码漏洞

    [CNNVD]Microsoft Internet Explorer 8 远程执行代码漏洞(CNNVD-201305-092) Microsoft Internet Explorer是美国微软(Mic ...

  9. How To Allow Blocked Content on Internet Explorer

    Follow the steps below if you are tired of having to "Enable Blocked Content" in IE each t ...

随机推荐

  1. php用户注册

    前言 网站用户注册与登录是很常用的一个功能,本节教材就以此来演示一下 PHP 中如何开发用户注册与登录模块. 本节需要用到的重点 PHP 基础知识: PHP 中预定义 $_POST 和 $_GET 全 ...

  2. object to primitive in javascript

    例1: var a={};  alert(a); //[object Object]; 例2: var a={ toString:function(){ return 1; } } alert(a); ...

  3. Ubuntu重启网络/etc/init.d/networking restart报错

    Linux版本:Ubuntu 12.04 配置网口后重启网络,提示/etc/init.d/networking restart is deprecated. $ sudo /etc/init.d/ne ...

  4. ubuntu下搭建nfs,tftp,安装qt等一些基本的启动bootloader前的服务

    之前做三星的6410是在红帽下做的,现在公司给了个TI的AM3359的开发板,开发环境是ubuntu10-04.这周经过半天的研究对比,终于算是搭好tftp下载的一些服务了. [防火墙] sudo u ...

  5. 使用GitHub建立自己的个人主页

    1.建仓库 在自己的库里建一个hujun123qwe.github.io的库 即可以使用这个名字当网址访问. 2.写内容 在库里建一个首页文件 index.html 这个个人主页只支持静态的内容,像p ...

  6. sql2008 计划自动创建数据库分区【转】

    本文转自:http://jingyan.baidu.com/article/6b97984d9a26ec1ca3b0bf77.html sql2008 计划自动创建数据库分区 固定增量的数据,自动创建 ...

  7. 01-08-01【Nhibernate (版本3.3.1.4000) 出入江湖】NHibernate中的一级缓存

    缓存的范围? 1.事务范围 事务范围的缓存只能被当前事务访问,每个事务都有各自的缓存,缓存内的数据通常采用相互关联的对象形式.缓存的生命周期依赖于事务的生命周期,只有当事务结束时,缓存的生命周期才会结 ...

  8. ASP.NET WebAPI2 发布之后404 Note Found

    方法一:首先确保服务器安装.Net FrameWork 4.0 并且注册IIS 如果先安装.net framework4.0,再安装IIS,则会出现4.0的ISAPI没有注册的情况. 运行:C:\Wi ...

  9. linux故障救援

    今天手贱,误操作将/usr/lib整个文件夹都删了.但是系统内还有很多重要的文件和数据,不敢贸然重装系统. 弄了个u盘启动. 一开始整个系统只有一个分区,原系统装在这个分区里,我用u盘启动后,用分区管 ...

  10. hadoop浅尝 hadoop与hbase交互

    在安装好hbase之后,运行一个与hadoop无关的纯hbase程序成功了. 接着写一个hadoop与hbase进行交互的小程序,这个程序的运行方法依然与前文相同, 即导出jar文件在shell下运行 ...