Skip to content

Is there a working fork of this repo? #341

@tamsky

Description

@tamsky

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/)::

# IE8 on win7
# https://az792536.vo.msecnd.net/vms/VMBuild_20150916/VirtualBox/IE8/IE8.Win7.VirtualBox.zip
# IE9 on win7
# https://az792536.vo.msecnd.net/vms/VMBuild_20180306/VirtualBox/IE9/IE9.Win7.VirtualBox.zip
# IE10 on win7
# https://az792536.vo.msecnd.net/vms/VMBuild_20150916/VirtualBox/IE10/IE10.Win7.VirtualBox.zip
# IE11 on win7
# https://az792536.vo.msecnd.net/vms/VMBuild_20180102/VirtualBox/IE11/IE11.Win7.VirtualBox.zip
# md5: 48f7ab9070c7703cf50634479b8ead38
# IE11 on Win81
# https://az792536.vo.msecnd.net/vms/VMBuild_20180102/VirtualBox/IE11/IE11.Win81.VirtualBox.zip
# MSEDGE on Win10 (x64) Stable (16.16299)
# https://az792536.vo.msecnd.net/vms/VMBuild_20171019/VirtualBox/MSEdge/MSEdge.Win10.VirtualBox.zip
# MSEDGE on Win10 (x86) Preview (17.17074)
# https://az792536.vo.msecnd.net/vms/VMBuild_20180102/VirtualBox/MSEdge/MSEdge.Win10_preview.VirtualBox.zip

work with the existing download code

    if [ "${os}" == "Win10" ]
    then
        url="https://az792536.vo.msecnd.net/vms/VMBuild_20171019/VirtualBox/MSEdge/MSEdge.Win10.
VirtualBox.zip"
    else
        url="https://az412801.vo.msecnd.net/vhd/VMBuild_20141027/VirtualBox/IE${version}/Windows
/IE${version}.${os}.For.Windows.VirtualBox.zip"
    fi

At which point, I'm forced to wonder if now isn't a good time to refactor the whole script.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions