Skip to content

Instantly share code, notes, and snippets.

@eads
Created April 19, 2016 12:31
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 eads/af78add66a008f9087fefaa233b0ca35 to your computer and use it in GitHub Desktop.
Save eads/af78add66a008f9087fefaa233b0ca35 to your computer and use it in GitHub Desktop.
install windoze on mac

Get VirtualBox.

Install p7zip:

brew install p7zip

Make a directory for your stuff:

mkdir -p ~/vm/ie11win8.1 && cd ~/vm/ie11win8.1

Download the files:

cat IE11.Win8.1.For.Linux.VirtualBox.zip.00? > IE11.Win8.1.For.Linux.VirtualBox.zip

Unzip:

7za e IE11.Win8.1.For.Linux.VirtualBox.zip

I forget after this point. Ask me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment