Skip to content

Instantly share code, notes, and snippets.

@mfo
Created March 16, 2011 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mfo/872887 to your computer and use it in GitHub Desktop.
Save mfo/872887 to your computer and use it in GitHub Desktop.
# install IE testing environment on a mac
# 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