-
Notifications
You must be signed in to change notification settings - Fork 495
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a working fork of this repo? #341
Comments
Indeed, broken here when trying to run, was working until quite recently, but MS seems to have moved the download locations, I get this response when trying to run:
Happens for all images/ISOs. Thanks for the work to date, I use this a LOT for cross-browser stuff on my Mac. Peter. |
randall-k/ievms seems to work fine for EDGE |
Yeah, I've only had time to fix it for EDGE, haven't had time to do the others yet but I hope to do at least IE 11 as well. |
@randall-k please just for IE11! I beg of thee! |
I forked this here and fixed the download links and md5 information. All of the VM installs should work. I also refactored a separate version of the script that uses Node to hit Microsoft's API to grab both the most current download link and MD5. Hopefully that version will be a little more futureproof, as the normal version has everything hard-coded (which is why this repo hasn't been working). I've only tested it on my Macbook, but theoretically it should work on anything the original script would have worked on. |
@amichaelparker Thanks for this! Is this a fork you intend to maintain? If so, since this project / @xdissent seems like it's not going to be updated, perhaps you want to allow Issues on your fork? It'd be nice if the community focused on a single fork. It'd also be nice to get your version setup with |
Down too. Link https://az792536.vo.msecnd.net/vms/VMBuild_20150916/VirtualBox/IE8/IE8.Win7.VirtualBox.zip gives <Error>
<Code>BlobNotFound</Code>
<Message>
The specified blob does not exist. RequestId:012c1c2c-901e-00b3-5d75-f8eb9a000000 Time:2020-03-12T13:55:54.2712404Z
</Message>
</Error> Any other downloadable link? Thanks! |
Quite, same problem recently. Weirdly though, something seems to have nixed doing a manual installation of W10 in my Mac (in Virtualbox) as well... |
That VM can be downloaded from https://archive.org/details/ie8.win7.virtualbox Provided by @Alhadis in https://gist.github.com/zmwangx/e728c56f428bc703c6f6#gistcomment-3115797 |
It would appear this repo is idle or abandoned.
If you know of a working version/fork of this repo please point it out to everyone.
Currently this script doesn't work, and none of the forks work either.
I see more than a small amount of refactoring ahead to make the current download URLs (via https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/)::
work with the existing download code
At which point, I'm forced to wonder if now isn't a good time to refactor the whole script.
The text was updated successfully, but these errors were encountered: