Created
March 16, 2011 17:32
-
-
Save mfo/872887 to your computer and use it in GitHub Desktop.
# install IE testing environment on a mac
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# mac version... | |
brew install wine | |
# download an ISO of xp : http://www.microsoft.com/downloads/en/details.aspx?FamilyId=21EABB90-958F-4B64-B5F1-73D0A413C8EF&displaylang=en | |
wine XPSP3_IE.exe # wine will ask an output folder for a .vhd file | |
# download a VM img converter : http://www.kju-app.org/ | |
# convert the img | |
/Applications/Q.app/Contents/MacOS/qemu-img convert -O vmdk -f vpc ./IE8Compat.vhd ./xp_sp3_ie_tester.vmdk | |
# then create a new VM in vmware fusion |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment