xdissent / ievms

Automated installation of the Microsoft IE App Compat virtual machines
http://xdissent.github.com/ievms
9.85k stars 495 forks source link

IEVMS_VERSIONS="11" downloads IE9 #324

Open gvlekke opened 7 years ago

gvlekke commented 7 years ago

When I execute this

curl -s https://raw.githubusercontent.com/xdissent/ievms/master/ievms.sh | env IEVMS_VERSIONS="11" bash

It is downloading IE9.

Checking for VirtualBox
Checking for Oracle VM VirtualBox Extension Pack
Pack no. 0:   Oracle VM VirtualBox Extension Pack
Building IE 11 VM
Checking for existing OVA at /Users/gvlekke/.ievms/IE9 - Win7.ova
Found OVA ZIP at IE9_Win7.zip - skipping download
MD5 check failed for IE9_Win7.zip (wanted 58d201fe7dc7e890ad645412264f2a2c, got e8d074d2662ca19f4c233ccd3fb0777b)
Check failed - redownloading OVA ZIP
Downloading OVA ZIP from https://az412801.vo.msecnd.net/vhd/IEKitV1_Final/VirtualBox/OSX/IE9_Win7.zip to IE9_Win7.zip (attempt 1 of 3)
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0 4770M    0 44.9M    0     0  2335k      0  0:34:52  0:00:19  0:34:33 2467k
JeremySioui commented 7 years ago

See #259

xjdesigns commented 7 years ago

With this thread, one of the issues I am getting is since its downloading IE9 and not 11 as specified it is missing compatibility modes for 10 and 11. Which in return gives me errors trying to test my SPA as it cannot run in compat mode. Is there any suggestion to working around this?