Removed Windows appliance because no longer working

Fix #121
This commit is contained in:
Julien Duponchelle 2016-05-11 17:15:16 +02:00
parent bdaab16653
commit e007f3751b
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -1,51 +0,0 @@
{
"name": "Windows",
"category": "guest",
"description": "Microsoft Windows (or simply Windows) is a graphical operating system developed, marketed, and sold by Microsoft.\n\nMicrosoft releases time limited VMs for testing Internet Explorer.\n\nOn the download site select the VM, as platform select VirtualBox, then download the zip file, afterwards unzip it.",
"vendor_name": "Microsoft",
"vendor_url": "http://www.microsoft.com",
"product_name": "Windows",
"registry_version": 1,
"status": "experimental",
"maintainer": "GNS3 Team",
"maintainer_email": "developers@gns3.net",
"qemu": {
"adapter_type": "pcnet",
"adapters": 2,
"ram": 512,
"arch": "i386",
"console_type": "vnc",
"kvm": "require",
"options": "-vga std -soundhw es1370 -usbdevice tablet"
},
"images": [
{
"filename": "IE8 - WinXP.ova",
"version": "XP+IE8",
"md5sum": "88c74f288bc81a7aad3d610a351680ce",
"filesize": 1241329152,
"download_url": "http://dev.windows.com/en-us/microsoft-edge/tools/vms/windows/"
},
{
"filename": "IE8 - Win7.ova",
"version": "7+IE8",
"md5sum": "8ab751b15fc2a569f5ca4d99dd107a36",
"filesize": 4051398144,
"download_url": "http://dev.windows.com/en-us/microsoft-edge/tools/vms/windows/"
}
],
"versions": [
{
"name": "XP+IE8",
"images": {
"hda_disk_image": "IE8 - WinXP.ova/IE8 - WinXP-disk1.vmdk"
}
},
{
"name": "7+IE8",
"images": {
"hda_disk_image": "IE8 - Win7.ova/IE8 - Win7-disk1.vmdk"
}
}
]
}