我宁愿不花钱。我知道微软曾经维护一些可以导入到 VirtualBox/etc. 的 .VPC 图像,但我正在阅读另一个 StackOverflow,它说这不再起作用——强制激活。
想法?
最佳答案
Github 上有一个名为 ievms
的项目,它为 IE6、IE7、IE8 和 IE9(都在单独的虚拟机上)设置 VM。
说明(取自项目页面 here ):
1. Install VirtualBox
2. Download and unpack ievms
- Install IE versions 6, 7, 8 and 9.
curl -s https://raw.github.com/xdissent/ievms/master/ievms.sh | bash
- Install specific IE versions (IE7 and IE9 only for example):
curl -s https://raw.github.com/xdissent/ievms/master/ievms.sh | IEVMS_VERSIONS="7 9" bash
3. Launch Virtual Box
4. Choose ievms image from Virtual Box.
5. Install VirtualBox Guest Additions (pre-mounted as CD image in the VM).
6. IE6 only - Install network adapter drivers by opening the `drivers` CD image in the VM.
更多细节可以在 project page 上找到。
关于macos - 如何在 OS X 上的 IE 9 中进行测试?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/13059599/