https://github.com/sixarm/ievm
Internet Explorer virtual machine download scripts for http://modern.ie
https://github.com/sixarm/ievm
ie ievm internet-explorer testing
Last synced: 6 months ago
JSON representation
Internet Explorer virtual machine download scripts for http://modern.ie
- Host: GitHub
- URL: https://github.com/sixarm/ievm
- Owner: SixArm
- Created: 2014-01-16T08:56:43.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-04-14T08:44:43.000Z (6 months ago)
- Last Synced: 2025-04-22T13:14:47.139Z (6 months ago)
- Topics: ie, ievm, internet-explorer, testing
- Language: Shell
- Size: 13.7 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# SixArm.com » IE VM » Internet Explorer Virtual Machines
This repo has scripts to download Microsoft Internet Explorer virtual machines based on Windows XP, Vista, 7, 8, and 8.1.
These virtual machines are suitable for development testing, quality assurance, user acceptance, and the like.
To learn more about this, visit the Microsoft Modern IE website at http://modern.ie.
This repo has our home-grown scripts for Linux VirtualBox. The Modern IE website provides many other versions you may want, such as Mac VMWare Fusion version.
Prereqs:
* wget
* md5sumExample:
bash IE10.Win7.For.LinuxVirtualBox.sh
The script does this:
1. Downloads the various large IE VM files.
2. Verifies the file checksums.
3. Runs the .sfx self-extracting archive, which creates a new .ova file.
4. Deletes the download files.The result is a new file:
* IE10 - Win 7.ova
To use this file, launch it (e.g. by double-clicking it) and this should launch VirtualBox.
The download files are very large, so you may want to delete them after the .ova file is created.