IE9
February 10, 2012
IE6, IE7, IE8, & IE9 on OS X in Virtual Machine
Today I discovered a nice tool on Github which installs free Windows virtual machines using VirtualBox on OS X. The only reason I’d use these virtual machines is to have different versions of Internet Explorer browsers running side by side for testing purposes.
So here’s what you need to do:
1. Download VirtualBox if you don’t have it already.
2. Choose what version of Internet Explorer to install. Then type the following commands in your terminal window:
Install ALL versions of Internet Explorer: IE6, IE7, IE 8, and IE 9curl -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
3. Open VirtualBox and launch your virtual machine. You will be prompted to type in account password, which is “Password1″. The password is also in the “Passowd hint” field if you forget it.
Cheers
Top
Marko