4

お金をかけない方がいいです。Microsoft が VirtualBox などにインポートできるいくつかの .VPC イメージを維持していたことは知っていますが、これはもう機能しないという別の StackOverflow を読んでいました。アクティブ化が強制されています。

アイデア?

4

2 に答える 2

6

ievmsIE6、IE7、IE8、および IE9 用の VM をセットアップする Github という名前のプロジェクトがあります (すべて別の仮想マシン上にあります)。

手順 (ここのプロジェクト ページから取得):

 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.

詳細については、プロジェクト ページを参照してください。

于 2012-10-25T00:03:14.667 に答える