xdissent / ievms

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

Previous IE versions are not working any more #350

Open CodeMonkeyEric opened 3 years ago

CodeMonkeyEric commented 3 years ago

https://developer.microsoft.com/en-us/microsoft-edge/api/tools/vms/

this only support Win10 with MsEdge, is there anyway to get back IE 10,11?

// 20200720105243
// https://developer.microsoft.com/en-us/microsoft-edge/api/tools/vms/

[
  {
    "name": "Win10 with MsEdge",
    "software": [
      {
        "files": [
          {
            "name": "MSEdge.Win10.VirtualBox.zip",
            "url": "https://az792536.vo.msecnd.net/vms/VMBuild_20190311/VirtualBox/MSEdge/MSEdge.Win10.VirtualBox.zip",
            "md5": "https://az792536.vo.msecnd.net/vms/md5/VMBuild_20190311/MSEdge.Win10.VirtualBox.zip.md5.txt"
          }
        ],
        "name": "VirtualBox"
      },
      {
        "files": [
          {
            "name": "MSEdge.Win10.Vagrant.zip",
            "url": "https://az792536.vo.msecnd.net/vms/VMBuild_20190311/Vagrant/MSEdge/MSEdge.Win10.Vagrant.zip",
            "md5": "https://az792536.vo.msecnd.net/vms/md5/VMBuild_20190311/MSEdge.Win10.Vagrant.zip.md5.txt"
          }
        ],
        "name": "Vagrant"
      },
      {
        "files": [
          {
            "name": "MSEdge.Win10.HyperV.zip",
            "url": "https://az792536.vo.msecnd.net/vms/VMBuild_20190311/HyperV/MSEdge/MSEdge.Win10.HyperV.zip",
            "md5": "https://az792536.vo.msecnd.net/vms/md5/VMBuild_20190311/MSEdge.Win10.HyperV.zip.md5.txt"
          }
        ],
        "name": "HyperV (Windows)"
      },
      {
        "files": [
          {
            "name": "MSEdge.Win10.VMware.zip",
            "url": "https://az792536.vo.msecnd.net/vms/VMBuild_20190311/VMware/MSEdge/MSEdge.Win10.VMware.zip",
            "md5": "https://az792536.vo.msecnd.net/vms/md5/VMBuild_20190311/MSEdge.Win10.VMware.zip.md5.txt"
          }
        ],
        "name": "VMware (Windows, Mac)"
      },
      {
        "files": [
          {
            "name": "MSEdge.Win10.Parallels.zip",
            "url": "https://az792536.vo.msecnd.net/vms/VMBuild_20190311/Parallels/MSEdge/MSEdge.Win10.Parallels.zip",
            "md5": "https://az792536.vo.msecnd.net/vms/md5/VMBuild_20190311/MSEdge.Win10.Parallels.zip.md5.txt"
          }
        ],
        "name": "Parallels (Mac)"
      }
    ]
  }
]