Skip to content

Instantly share code, notes, and snippets.

@ondrasak
Created April 9, 2014 12:54
Show Gist options
  • Save ondrasak/10266716 to your computer and use it in GitHub Desktop.
Save ondrasak/10266716 to your computer and use it in GitHub Desktop.

Revisions

  1. ondrasak created this gist Apr 9, 2014.
    24 changes: 24 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,24 @@
    1) If you have instaled VirtualBox skip this step. Download and install VirtualBox – Download Now (direct .dmg download link) – 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. Select the text below and copy it:
    - Install ALL versions of Internet Explorer: IE7, IE 8, and IE 9
    curl -s https://raw.github.com/xdissent/ievms/master/ievms.sh | 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.github.com/xdissent/ievms/master/ievms.sh | IEVMS_VERSIONS="9" bash

    4) Copy and paste the selected command from above into the Terminal and hit return, this will start the download and conversion process.

    5) Launch VirtualBox and boot Windows & Internet Explorer

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

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