Skip to content

Instantly share code, notes, and snippets.

@JayHoltslander
Forked from magnetikonline/README.md
Created September 25, 2015 21:04
Show Gist options
  • Select an option

  • Save JayHoltslander/e7de2c19a37b6783b8d9 to your computer and use it in GitHub Desktop.

Select an option

Save JayHoltslander/e7de2c19a37b6783b8d9 to your computer and use it in GitHub Desktop.

Revisions

  1. @magnetikonline magnetikonline revised this gist Aug 8, 2015. 9 changed files with 101 additions and 76 deletions.
    113 changes: 64 additions & 49 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -1,63 +1,74 @@
    # IE 7/8/9/10/11 Virtual machines from Microsoft
    Linux installation notes (tested under Ubuntu 14.04LTS/12.04LTS), assuming VirtualBox is already installed on host.

    - [Install notes](#install-notes)
    - [Available images](#available-images)
    - [IE7 - Vista](#ie7---vista)
    - [IE7 - Vista Enterprise](#ie7---vista-enterprise)
    - [IE8 - XP](#ie8---xp)
    - [IE9 - Win7](#ie9---win7)
    - [IE10 - Win7](#ie10---win7)
    - [IE10 - Win8](#ie10---win8)
    - [IE11 - Win7](#ie11---win7)
    - [IE11 - Win8.1](#ie11---win81)
    - [Install notes](#install-notes)
    - [IE11 - Win10](#ie11---win10)
    - [Activating images](#activating-images)
    - [Rearming images](#rearming-images)
    - [Further notes](#further-notes)

    ### IE7 - Vista
    **Note:** Sadly no IE7 with XP image has been provided by Microsoft, which could have offered a smaller download.
    ## Install notes
    - Create a new Virtual Machine via Virtual Box, name as required.
    - All images are to be run as **32bit** virtual machines *except* for the **IE11 - Win10** image which is **64bit**.
    - Select *Use an existing virtual hard drive file*.
    - Pick your downloaded and extracted `*.vmdk` image.
    - Apply any image specific system settings as outlined for each IE/OS version combination below.
    - You may need/wish to update **VirtualBox Guest Additions** after system boot up to match that of your installed VirtualBox version.
    - Wise to keep a clean copy of each vmdk disk image once the OS usage period ends and avoid a full image re-download.


    ## Available images

    ### IE7 - Vista Enterprise
    **Note:** Sadly no "IE7 with XP" image has been provided by Microsoft, which *could* have offered a smaller download.

    ```sh
    $ mkdir -p ~/vm/ie7vista && cd ~/vm/ie7vista
    $ wget -i https://gist.github.com/magnetikonline/5274656/raw/ie7-vista.txt
    $ chmod u+x IE7.Vista.For.LinuxVirtualBox.part1.sfx
    $ ./IE7.Vista.For.LinuxVirtualBox.part1.sfx
    $ tar xf "IE7 - Vista.ova"
    $ rm IE7.Vista.For.LinuxVirtualBox.part?.* IE7*.ov? ie7-vista.txt
    $ cat IE7.Vista.For.Linux.VirtualBox.zip.00? > IE7.Vista.For.Linux.VirtualBox.zip
    $ unzip IE7.Vista.For.Linux.VirtualBox.zip
    $ tar -xf "IE7 - Vista.ova"
    $ rm IE7.Vista.For.Linux.VirtualBox.zip* IE7*.ov?
    ```

    - Use the resulting `IE7 - Vista-disk1.vmdk` with VirtualBox.
    - Recommended 512MB RAM minimum.
    - Image will give a total of 30 days of use, after which you might be able to [rearm the image](#rearming-images).
    - **Note:** After creating the VirtualBox machine instance, you *must* go to **Settings - System** and enable **IO APIC**, otherwise the VM won't boot.
    - **Note:** After creating the VirtualBox machine instance, you *must* go to **Settings - System** and enable **IO APIC** - otherwise the VM most likely won't boot.


    ### IE8 - XP

    ```sh
    $ mkdir -p ~/vm/ie8xp && cd ~/vm/ie8xp
    $ wget -i https://gist.github.com/magnetikonline/5274656/raw/ie8-xp.txt
    $ chmod u+x IE8.WinXP.For.LinuxVirtualBox.part1.sfx
    $ ./IE8.WinXP.For.LinuxVirtualBox.part1.sfx
    $ tar xf "IE8 - WinXP.ova"
    $ rm IE8.WinXP.For.LinuxVirtualBox.part?.* IE8*.ov? ie8-xp.txt
    $ cat IE8.XP.For.Linux.VirtualBox.zip.00? > IE8.XP.For.Linux.VirtualBox.zip
    $ unzip IE8.XP.For.Linux.VirtualBox.zip
    $ tar -xf "IE8 - WinXP.ova"
    $ rm IE8.XP.For.Linux.VirtualBox.zip* IE8*.ov?
    ```

    - Use the resulting `IE8 - WinXP-disk1.vmdk` with VirtualBox.
    - Recommended 256MB RAM minimum.
    - Image will give a total of 30 days of use, after which you might be able to [rearm the image](#rearming-images).
    - **Note:** After creating the VirtualBox machine instance, you *must* go to **Settings - System** and enable **IO APIC**, otherwise the VM won't boot.
    - **Note:** After creating the VirtualBox machine instance, you *must* go to **Settings - System** and enable **IO APIC** - otherwise the VM most likely won't boot.


    ### IE9 - Win7

    ```sh
    $ mkdir -p ~/vm/ie9win7 && cd ~/vm/ie9win7
    $ wget -i https://gist.github.com/magnetikonline/5274656/raw/ie9-win7.txt
    $ chmod u+x IE9.Win7.For.LinuxVirtualBox.part1.sfx
    $ ./IE9.Win7.For.LinuxVirtualBox.part1.sfx
    $ tar xf "IE9 - Win7.ova"
    $ rm IE9.Win7.For.LinuxVirtualBox.part?.* IE9*.ov? ie9-win7.txt
    $ cat IE9.Win7.For.Linux.VirtualBox.zip.00? > IE9.Win7.For.Linux.VirtualBox.zip
    $ unzip IE9.Win7.For.Linux.VirtualBox.zip
    $ tar -xf "IE9 - Win7.ova"
    $ rm IE9.Win7.For.Linux.VirtualBox.zip* IE9*.ov?
    ```

    - Use the resulting `IE9 - Win7-disk1.vmdk` with VirtualBox.
    @@ -66,14 +77,13 @@ $ rm IE9.Win7.For.LinuxVirtualBox.part?.* IE9*.ov? ie9-win7.txt


    ### IE10 - Win7

    ```sh
    $ mkdir -p ~/vm/ie10win7 && cd ~/vm/ie10win7
    $ wget -i https://gist.github.com/magnetikonline/5274656/raw/ie10-win7.txt
    $ chmod u+x IE10.Win7.For.LinuxVirtualBox.part1.sfx
    $ ./IE10.Win7.For.LinuxVirtualBox.part1.sfx
    $ tar xf "IE10 - Win7.ova"
    $ rm IE10.Win7.For.LinuxVirtualBox.part?.* IE10*.ov? ie10-win7.txt
    $ cat IE10.Win7.For.Linux.VirtualBox.zip.00? > IE10.Win7.For.Linux.VirtualBox.zip
    $ unzip IE10.Win7.For.Linux.VirtualBox.zip
    $ tar -xf "IE10 - Win7.ova"
    $ rm IE10.Win7.For.Linux.VirtualBox.zip* IE10*.ov?
    ```

    - Use the resulting `IE10 - Win7-disk1.vmdk` with VirtualBox.
    @@ -82,14 +92,13 @@ $ rm IE10.Win7.For.LinuxVirtualBox.part?.* IE10*.ov? ie10-win7.txt


    ### IE10 - Win8

    ```sh
    $ mkdir -p ~/vm/ie10win8 && cd ~/vm/ie10win8
    $ wget -i https://gist.github.com/magnetikonline/5274656/raw/ie10-win8.txt
    $ chmod u+x IE10.Win8.For.LinuxVirtualBox.part1.sfx
    $ ./IE10.Win8.For.LinuxVirtualBox.part1.sfx
    $ tar xf "IE10 - Win8.ova"
    $ rm IE10.Win8.For.LinuxVirtualBox.part?.* IE10*.ov? ie10-win8.txt
    $ cat IE10.Win8.For.Linux.VirtualBox.zip.00? > IE10.Win8.For.Linux.VirtualBox.zip
    $ unzip IE10.Win8.For.Linux.VirtualBox.zip
    $ tar -xf "IE10 - Win8.ova"
    $ rm IE10.Win8.For.Linux.VirtualBox.zip* IE10*.ov?
    ```

    - Use the resulting `IE10 - Win8-disk1.vmdk` with VirtualBox.
    @@ -98,14 +107,13 @@ $ rm IE10.Win8.For.LinuxVirtualBox.part?.* IE10*.ov? ie10-win8.txt


    ### IE11 - Win7

    ```sh
    $ mkdir -p ~/vm/ie11win7 && cd ~/vm/ie11win7
    $ wget -i https://gist.github.com/magnetikonline/5274656/raw/ie11-win7.txt
    $ chmod u+x IE11.Win7.ForLinuxVirtualBox.part1.sfx
    $ ./IE11.Win7.ForLinuxVirtualBox.part1.sfx
    $ tar xf "IE11 - Win7.ova"
    $ rm IE11.Win7.ForLinuxVirtualBox.part?.* IE11*.ov? ie11-win7.txt
    $ cat IE11.Win7.For.Linux.VirtualBox.zip.00? > IE11.Win7.For.Linux.VirtualBox.zip
    $ unzip IE11.Win7.For.Linux.VirtualBox.zip
    $ tar -xf "IE11 - Win7.ova"
    $ rm IE11.Win7.For.Linux.VirtualBox.zip* IE11*.ov?
    ```

    - Use the resulting `IE11 - Win7-disk1.vmdk` with VirtualBox.
    @@ -114,32 +122,39 @@ $ rm IE11.Win7.ForLinuxVirtualBox.part?.* IE11*.ov? ie11-win7.txt


    ### IE11 - Win8.1

    ```sh
    $ mkdir -p ~/vm/ie11win8.1 && cd ~/vm/ie11win8.1
    $ wget -i https://gist.github.com/magnetikonline/5274656/raw/ie11-win8.1.txt
    $ chmod u+x IE11.Win8.1.For.LinuxVirtualBox.part1.sfx
    $ ./IE11.Win8.1.For.LinuxVirtualBox.part1.sfx
    $ tar xf "IE11 - Win8.1.ova"
    $ rm IE11.Win8.1.For.LinuxVirtualBox.part?.* IE11*.ov? ie11-win8.1.txt
    $ cat IE11.Win8.1.For.Linux.VirtualBox.zip.00? > IE11.Win8.1.For.Linux.VirtualBox.zip
    $ unzip IE11.Win8.1.For.Linux.VirtualBox.zip
    $ tar -xf "IE11 - Win8.1.ova"
    $ rm IE11.Win8.1.For.Linux.VirtualBox.zip* IE11*.ov?
    ```

    - Use the resulting `IE11 - Win8.1-disk1.vmdk` with VirtualBox.
    - Recommended 1024MB RAM minimum.
    - After install you will need to [activate the trial](#activating-images) for a full 90 days use, after which you might be able to [rearm the image](#rearming-images).


    ## Install notes
    - Create a new Virtual Machine via Virtual Box, name as required.
    - Select *Use an existing virtual hard drive file*, pick your downloaded and extracted `*.vmdk` image.
    - Apply any image specific system settings as outlined above.
    - All images are to be run as 32bit virtual machines.
    - You may need/wish to update **VirtualBox Guest Additions** after system boot up to match that of your VirtualBox version.
    - Wise to keep a clean copy of each vmdk disk image once the OS usage period ends and avoid a full image re-download.
    ### IE11 - Win10
    ```sh
    $ mkdir -p ~/vm/ie11win10 && cd ~/vm/ie11win10
    $ wget -i https://gist.github.com/magnetikonline/5274656/raw/ie11-win10.txt
    $ cat IE11.Win10.For.Linux.VirtualBox.zip.00? > IE11.Win10.For.Linux.VirtualBox.zip
    $ unzip IE11.Win10.For.Linux.VirtualBox.zip
    $ tar -xf "IE11 - Win10.ova"
    $ rm IE11.Win10.For.Linux.VirtualBox.zip* IE11*.ov?
    ```

    - Use the resulting `IE11 - Win10-disk1.vmdk` with VirtualBox.
    - Recommended 1024MB RAM minimum.
    - After install you will need to [activate the trial](#activating-images) for a full 90 days use, after which you might be able to [rearm the image](#rearming-images).
    - **Note:** The Windows 10 base OS is a **64bit** image.
    - **Note #2:** The currently available Windows 10/IE11 image has [expired and raised as a bug with Microsoft](https://connect.microsoft.com/IE/feedback/details/1326730/problem-with-windows-10-on-windows-7-virtual-box). As noted, setting your system date **before** April 15th, 2015 will allow this expired image to boot.


    ## Activating images
    For Windows 7 and 8 images once connected to the Internet you will need to activate the OS trial to give a full 90 days of use. Enter the following from the Command Prompt running as administrator (Start - Right click Command Prompt - Run as administrator):
    For Windows 7, 8, 8.1 and 10 images once connected to the Internet you will need to activate the OS trial to give a full 90 days of use. Enter the following from the Command Prompt running as administrator (Start - Right click Command Prompt - Run as administrator):

    ```
    C:\> slmgr /ato
    @@ -163,5 +178,5 @@ It is not currently possible to rearm the trial period of Windows 8 images.

    ## Further notes
    - http://www.modern.ie/virtualization-tools
    - http://virtualization.modern.ie/vhd/virtualmachine_instructions.docx
    - http://modernievirt.blob.core.windows.net/vhd/release_notes_license_terms_1_5_15.pdf
    - http://blog.reybango.com/2013/02/04/making-internet-explorer-testing-easier-with-new-ie-vms/
    8 changes: 4 additions & 4 deletions ie10-win7.txt
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE10_Win7/Linux/IE10.Win7.For.LinuxVirtualBox.part1.sfx
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE10_Win7/Linux/IE10.Win7.For.LinuxVirtualBox.part2.rar
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE10_Win7/Linux/IE10.Win7.For.LinuxVirtualBox.part3.rar
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE10_Win7/Linux/IE10.Win7.For.LinuxVirtualBox.part4.rar
    https://az412801.vo.msecnd.net/vhd/VMBuild_20141027/VirtualBox/IE10/Linux/IE10.Win7.For.Linux.VirtualBox.zip.001
    https://az412801.vo.msecnd.net/vhd/VMBuild_20141027/VirtualBox/IE10/Linux/IE10.Win7.For.Linux.VirtualBox.zip.002
    https://az412801.vo.msecnd.net/vhd/VMBuild_20141027/VirtualBox/IE10/Linux/IE10.Win7.For.Linux.VirtualBox.zip.003
    https://az412801.vo.msecnd.net/vhd/VMBuild_20141027/VirtualBox/IE10/Linux/IE10.Win7.For.Linux.VirtualBox.zip.004
    12 changes: 7 additions & 5 deletions ie10-win8.txt
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,7 @@
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE10_Win8/Linux/IE10.Win8.For.LinuxVirtualBox.part1.sfx
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE10_Win8/Linux/IE10.Win8.For.LinuxVirtualBox.part2.rar
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE10_Win8/Linux/IE10.Win8.For.LinuxVirtualBox.part3.rar
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE10_Win8/Linux/IE10.Win8.For.LinuxVirtualBox.part4.rar
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE10_Win8/Linux/IE10.Win8.For.LinuxVirtualBox.part5.rar
    https://az412801.vo.msecnd.net/vhd/VMBuild_20141027/VirtualBox/IE10/Linux/IE10.Win8.For.Linux.VirtualBox.zip.001
    https://az412801.vo.msecnd.net/vhd/VMBuild_20141027/VirtualBox/IE10/Linux/IE10.Win8.For.Linux.VirtualBox.zip.002
    https://az412801.vo.msecnd.net/vhd/VMBuild_20141027/VirtualBox/IE10/Linux/IE10.Win8.For.Linux.VirtualBox.zip.003
    https://az412801.vo.msecnd.net/vhd/VMBuild_20141027/VirtualBox/IE10/Linux/IE10.Win8.For.Linux.VirtualBox.zip.004
    https://az412801.vo.msecnd.net/vhd/VMBuild_20141027/VirtualBox/IE10/Linux/IE10.Win8.For.Linux.VirtualBox.zip.005
    https://az412801.vo.msecnd.net/vhd/VMBuild_20141027/VirtualBox/IE10/Linux/IE10.Win8.For.Linux.VirtualBox.zip.006
    https://az412801.vo.msecnd.net/vhd/VMBuild_20141027/VirtualBox/IE10/Linux/IE10.Win8.For.Linux.VirtualBox.zip.007
    5 changes: 5 additions & 0 deletions ie11-win10.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    https://az412801.vo.msecnd.net/vhd/VMBuild_20141027/VirtualBox/IE11/Linux/IE11.Win10.For.Linux.VirtualBox.zip.001
    https://az412801.vo.msecnd.net/vhd/VMBuild_20141027/VirtualBox/IE11/Linux/IE11.Win10.For.Linux.VirtualBox.zip.002
    https://az412801.vo.msecnd.net/vhd/VMBuild_20141027/VirtualBox/IE11/Linux/IE11.Win10.For.Linux.VirtualBox.zip.003
    https://az412801.vo.msecnd.net/vhd/VMBuild_20141027/VirtualBox/IE11/Linux/IE11.Win10.For.Linux.VirtualBox.zip.004
    https://az412801.vo.msecnd.net/vhd/VMBuild_20141027/VirtualBox/IE11/Linux/IE11.Win10.For.Linux.VirtualBox.zip.005
    8 changes: 4 additions & 4 deletions ie11-win7.txt
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE11_Win7/Linux/IE11.Win7.ForLinuxVirtualBox.part1.sfx
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE11_Win7/Linux/IE11.Win7.ForLinuxVirtualBox.part2.rar
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE11_Win7/Linux/IE11.Win7.ForLinuxVirtualBox.part3.rar
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE11_Win7/Linux/IE11.Win7.ForLinuxVirtualBox.part4.rar
    https://az412801.vo.msecnd.net/vhd/VMBuild_20141027/VirtualBox/IE11/Linux/IE11.Win7.For.Linux.VirtualBox.zip.001
    https://az412801.vo.msecnd.net/vhd/VMBuild_20141027/VirtualBox/IE11/Linux/IE11.Win7.For.Linux.VirtualBox.zip.002
    https://az412801.vo.msecnd.net/vhd/VMBuild_20141027/VirtualBox/IE11/Linux/IE11.Win7.For.Linux.VirtualBox.zip.003
    https://az412801.vo.msecnd.net/vhd/VMBuild_20141027/VirtualBox/IE11/Linux/IE11.Win7.For.Linux.VirtualBox.zip.004
    10 changes: 6 additions & 4 deletions ie11-win8.1.txt
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,6 @@
    https://az412801.vo.msecnd.net/vhd/VMBuild_20140402/VirtualBox/IE11_Win8.1/Linux/IE11.Win8.1.For.LinuxVirtualBox.part1.sfx
    https://az412801.vo.msecnd.net/vhd/VMBuild_20140402/VirtualBox/IE11_Win8.1/Linux/IE11.Win8.1.For.LinuxVirtualBox.part2.rar
    https://az412801.vo.msecnd.net/vhd/VMBuild_20140402/VirtualBox/IE11_Win8.1/Linux/IE11.Win8.1.For.LinuxVirtualBox.part3.rar
    https://az412801.vo.msecnd.net/vhd/VMBuild_20140402/VirtualBox/IE11_Win8.1/Linux/IE11.Win8.1.For.LinuxVirtualBox.part4.rar
    https://az412801.vo.msecnd.net/vhd/VMBuild_20141027/VirtualBox/IE11/Linux/IE11.Win8.1.For.Linux.VirtualBox.zip.001
    https://az412801.vo.msecnd.net/vhd/VMBuild_20141027/VirtualBox/IE11/Linux/IE11.Win8.1.For.Linux.VirtualBox.zip.002
    https://az412801.vo.msecnd.net/vhd/VMBuild_20141027/VirtualBox/IE11/Linux/IE11.Win8.1.For.Linux.VirtualBox.zip.003
    https://az412801.vo.msecnd.net/vhd/VMBuild_20141027/VirtualBox/IE11/Linux/IE11.Win8.1.For.Linux.VirtualBox.zip.004
    https://az412801.vo.msecnd.net/vhd/VMBuild_20141027/VirtualBox/IE11/Linux/IE11.Win8.1.For.Linux.VirtualBox.zip.005
    https://az412801.vo.msecnd.net/vhd/VMBuild_20141027/VirtualBox/IE11/Linux/IE11.Win8.1.For.Linux.VirtualBox.zip.006
    9 changes: 5 additions & 4 deletions ie7-vista.txt
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,5 @@
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE7_Vista/Linux/IE7.Vista.For.LinuxVirtualBox.part1.sfx
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE7_Vista/Linux/IE7.Vista.For.LinuxVirtualBox.part2.rar
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE7_Vista/Linux/IE7.Vista.For.LinuxVirtualBox.part3.rar
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE7_Vista/Linux/IE7.Vista.For.LinuxVirtualBox.part4.rar
    https://az412801.vo.msecnd.net/vhd/VMBuild_20141027/VirtualBox/IE7/Linux/IE7.Vista.For.Linux.VirtualBox.zip.001
    https://az412801.vo.msecnd.net/vhd/VMBuild_20141027/VirtualBox/IE7/Linux/IE7.Vista.For.Linux.VirtualBox.zip.002
    https://az412801.vo.msecnd.net/vhd/VMBuild_20141027/VirtualBox/IE7/Linux/IE7.Vista.For.Linux.VirtualBox.zip.003
    https://az412801.vo.msecnd.net/vhd/VMBuild_20141027/VirtualBox/IE7/Linux/IE7.Vista.For.Linux.VirtualBox.zip.004
    https://az412801.vo.msecnd.net/vhd/VMBuild_20141027/VirtualBox/IE7/Linux/IE7.Vista.For.Linux.VirtualBox.zip.005
    4 changes: 2 additions & 2 deletions ie8-xp.txt
    Original file line number Diff line number Diff line change
    @@ -1,2 +1,2 @@
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE8_WinXP/Linux/IE8.WinXP.For.LinuxVirtualBox.part1.sfx
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE8_WinXP/Linux/IE8.WinXP.For.LinuxVirtualBox.part2.rar
    https://az412801.vo.msecnd.net/vhd/VMBuild_20141027/VirtualBox/IE8/Linux/IE8.XP.For.Linux.VirtualBox.zip.001
    https://az412801.vo.msecnd.net/vhd/VMBuild_20141027/VirtualBox/IE8/Linux/IE8.XP.For.Linux.VirtualBox.zip.002
    8 changes: 4 additions & 4 deletions ie9-win7.txt
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE9_Win7/Linux/IE9.Win7.For.LinuxVirtualBox.part1.sfx
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE9_Win7/Linux/IE9.Win7.For.LinuxVirtualBox.part2.rar
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE9_Win7/Linux/IE9.Win7.For.LinuxVirtualBox.part3.rar
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE9_Win7/Linux/IE9.Win7.For.LinuxVirtualBox.part4.rar
    https://az412801.vo.msecnd.net/vhd/VMBuild_20141027/VirtualBox/IE9/Linux/IE9.Win7.For.Linux.VirtualBox.zip.001
    https://az412801.vo.msecnd.net/vhd/VMBuild_20141027/VirtualBox/IE9/Linux/IE9.Win7.For.Linux.VirtualBox.zip.002
    https://az412801.vo.msecnd.net/vhd/VMBuild_20141027/VirtualBox/IE9/Linux/IE9.Win7.For.Linux.VirtualBox.zip.003
    https://az412801.vo.msecnd.net/vhd/VMBuild_20141027/VirtualBox/IE9/Linux/IE9.Win7.For.Linux.VirtualBox.zip.004
  2. @magnetikonline magnetikonline revised this gist Oct 10, 2014. 2 changed files with 11 additions and 14 deletions.
    18 changes: 7 additions & 11 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -2,22 +2,18 @@
    Linux installation notes (tested under Ubuntu 14.04LTS/12.04LTS), assuming VirtualBox is already installed on host.

    - [Available images](#available-images)
    - [IE7 - Vista](#ie7---vista)
    - [IE8 - XP](#ie8---xp)
    - [IE9 - Win7](#ie9---win7)
    - [IE10 - Win7](#ie10---win7)
    - [IE10 - Win8](#ie10---win8)
    - [IE11 - Win7](#ie11---win7)
    - [IE11 - Win8.1](#ie11---win81)
    - [Install notes](#install-notes)
    - [Activating images](#activating-images)
    - [Rearming images](#rearming-images)
    - [Further notes](#further-notes)


    ## Available images
    - [IE7 - Vista](#ie7---vista)
    - [IE8 - XP](#ie8---xp)
    - [IE9 - Win7](#ie9---win7)
    - [IE10 - Win7](#ie10---win7)
    - [IE10 - Win8](#ie10---win8)
    - [IE11 - Win7](#ie11---win7)
    - [IE11 - Win8.1](#ie11---win81)


    ### IE7 - Vista
    **Note:** Sadly no IE7 with XP image has been provided by Microsoft, which could have offered a smaller download.

    7 changes: 4 additions & 3 deletions ie11-win8.1.txt
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,4 @@
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE11_Win8.1/Linux/IE11.Win8.1.For.LinuxVirtualBox.part1.sfx
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE11_Win8.1/Linux/IE11.Win8.1.For.LinuxVirtualBox.part2.rar
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE11_Win8.1/Linux/IE11.Win8.1.For.LinuxVirtualBox.part3.rar
    https://az412801.vo.msecnd.net/vhd/VMBuild_20140402/VirtualBox/IE11_Win8.1/Linux/IE11.Win8.1.For.LinuxVirtualBox.part1.sfx
    https://az412801.vo.msecnd.net/vhd/VMBuild_20140402/VirtualBox/IE11_Win8.1/Linux/IE11.Win8.1.For.LinuxVirtualBox.part2.rar
    https://az412801.vo.msecnd.net/vhd/VMBuild_20140402/VirtualBox/IE11_Win8.1/Linux/IE11.Win8.1.For.LinuxVirtualBox.part3.rar
    https://az412801.vo.msecnd.net/vhd/VMBuild_20140402/VirtualBox/IE11_Win8.1/Linux/IE11.Win8.1.For.LinuxVirtualBox.part4.rar
  3. Peter Mescalchin revised this gist May 19, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion README.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    # IE 7/8/9/10/11 Virtual machines from Microsoft
    Linux installation notes (tested under Ubuntu 12.04LTS), assuming VirtualBox is already installed on host.
    Linux installation notes (tested under Ubuntu 14.04LTS/12.04LTS), assuming VirtualBox is already installed on host.

    - [Available images](#available-images)
    - [Install notes](#install-notes)
  4. Peter Mescalchin revised this gist Mar 27, 2014. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -149,6 +149,8 @@ For Windows 7 and 8 images once connected to the Internet you will need to activ
    C:\> slmgr /ato
    ```

    After a short delay you should be presented with a dialog telling you your Windows OS has been successfully activated for a 90 day trial.

    ## Rearming images
    For Windows XP, Vista and 7 images you *might* be able to extend the initial trial usage period once it has expired via the "rearm" process:

  5. Peter Mescalchin revised this gist Mar 7, 2014. 1 changed file with 7 additions and 6 deletions.
    13 changes: 7 additions & 6 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -19,7 +19,7 @@ Linux installation notes (tested under Ubuntu 12.04LTS), assuming VirtualBox is


    ### IE7 - Vista
    **Note:** Sadly no IE7 with XP image is provided, which would have offered a smaller download.
    **Note:** Sadly no IE7 with XP image has been provided by Microsoft, which could have offered a smaller download.

    ```sh
    $ mkdir -p ~/vm/ie7vista && cd ~/vm/ie7vista
    @@ -33,7 +33,7 @@ $ rm IE7.Vista.For.LinuxVirtualBox.part?.* IE7*.ov? ie7-vista.txt
    - Use the resulting `IE7 - Vista-disk1.vmdk` with VirtualBox.
    - Recommended 512MB RAM minimum.
    - Image will give a total of 30 days of use, after which you might be able to [rearm the image](#rearming-images).
    - **Note:** After creating the VirtualBox machine instance, you *must* goto **Settings - System** and enable **IO APIC**, otherwise the VM won't boot.
    - **Note:** After creating the VirtualBox machine instance, you *must* go to **Settings - System** and enable **IO APIC**, otherwise the VM won't boot.


    ### IE8 - XP
    @@ -50,7 +50,7 @@ $ rm IE8.WinXP.For.LinuxVirtualBox.part?.* IE8*.ov? ie8-xp.txt
    - Use the resulting `IE8 - WinXP-disk1.vmdk` with VirtualBox.
    - Recommended 256MB RAM minimum.
    - Image will give a total of 30 days of use, after which you might be able to [rearm the image](#rearming-images).
    - **Note:** After creating the VirtualBox machine instance, you *must* goto **Settings - System** and enable **IO APIC**, otherwise the VM won't boot.
    - **Note:** After creating the VirtualBox machine instance, you *must* go to **Settings - System** and enable **IO APIC**, otherwise the VM won't boot.


    ### IE9 - Win7
    @@ -145,8 +145,9 @@ $ rm IE11.Win8.1.For.LinuxVirtualBox.part?.* IE11*.ov? ie11-win8.1.txt
    ## Activating images
    For Windows 7 and 8 images once connected to the Internet you will need to activate the OS trial to give a full 90 days of use. Enter the following from the Command Prompt running as administrator (Start - Right click Command Prompt - Run as administrator):

    C:\> slmgr /ato

    ```
    C:\> slmgr /ato
    ```

    ## Rearming images
    For Windows XP, Vista and 7 images you *might* be able to extend the initial trial usage period once it has expired via the "rearm" process:
    @@ -159,7 +160,7 @@ For Windows XP, Vista and 7 images you *might* be able to extend the initial tri

    C:\> slmgr /rearm

    It is not possible to rearm the trial period of Windows 8 images.
    It is not currently possible to rearm the trial period of Windows 8 images.


    ## Further notes
  6. Peter Mescalchin revised this gist Mar 7, 2014. 1 changed file with 9 additions and 9 deletions.
    18 changes: 9 additions & 9 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -21,7 +21,7 @@ Linux installation notes (tested under Ubuntu 12.04LTS), assuming VirtualBox is
    ### IE7 - Vista
    **Note:** Sadly no IE7 with XP image is provided, which would have offered a smaller download.

    ```
    ```sh
    $ mkdir -p ~/vm/ie7vista && cd ~/vm/ie7vista
    $ wget -i https://gist.github.com/magnetikonline/5274656/raw/ie7-vista.txt
    $ chmod u+x IE7.Vista.For.LinuxVirtualBox.part1.sfx
    @@ -38,7 +38,7 @@ $ rm IE7.Vista.For.LinuxVirtualBox.part?.* IE7*.ov? ie7-vista.txt

    ### IE8 - XP

    ```
    ```sh
    $ mkdir -p ~/vm/ie8xp && cd ~/vm/ie8xp
    $ wget -i https://gist.github.com/magnetikonline/5274656/raw/ie8-xp.txt
    $ chmod u+x IE8.WinXP.For.LinuxVirtualBox.part1.sfx
    @@ -55,7 +55,7 @@ $ rm IE8.WinXP.For.LinuxVirtualBox.part?.* IE8*.ov? ie8-xp.txt

    ### IE9 - Win7

    ```
    ```sh
    $ mkdir -p ~/vm/ie9win7 && cd ~/vm/ie9win7
    $ wget -i https://gist.github.com/magnetikonline/5274656/raw/ie9-win7.txt
    $ chmod u+x IE9.Win7.For.LinuxVirtualBox.part1.sfx
    @@ -71,7 +71,7 @@ $ rm IE9.Win7.For.LinuxVirtualBox.part?.* IE9*.ov? ie9-win7.txt

    ### IE10 - Win7

    ```
    ```sh
    $ mkdir -p ~/vm/ie10win7 && cd ~/vm/ie10win7
    $ wget -i https://gist.github.com/magnetikonline/5274656/raw/ie10-win7.txt
    $ chmod u+x IE10.Win7.For.LinuxVirtualBox.part1.sfx
    @@ -87,7 +87,7 @@ $ rm IE10.Win7.For.LinuxVirtualBox.part?.* IE10*.ov? ie10-win7.txt

    ### IE10 - Win8

    ```
    ```sh
    $ mkdir -p ~/vm/ie10win8 && cd ~/vm/ie10win8
    $ wget -i https://gist.github.com/magnetikonline/5274656/raw/ie10-win8.txt
    $ chmod u+x IE10.Win8.For.LinuxVirtualBox.part1.sfx
    @@ -103,7 +103,7 @@ $ rm IE10.Win8.For.LinuxVirtualBox.part?.* IE10*.ov? ie10-win8.txt

    ### IE11 - Win7

    ```
    ```sh
    $ mkdir -p ~/vm/ie11win7 && cd ~/vm/ie11win7
    $ wget -i https://gist.github.com/magnetikonline/5274656/raw/ie11-win7.txt
    $ chmod u+x IE11.Win7.ForLinuxVirtualBox.part1.sfx
    @@ -119,7 +119,7 @@ $ rm IE11.Win7.ForLinuxVirtualBox.part?.* IE11*.ov? ie11-win7.txt

    ### IE11 - Win8.1

    ```
    ```sh
    $ mkdir -p ~/vm/ie11win8.1 && cd ~/vm/ie11win8.1
    $ wget -i https://gist.github.com/magnetikonline/5274656/raw/ie11-win8.1.txt
    $ chmod u+x IE11.Win8.1.For.LinuxVirtualBox.part1.sfx
    @@ -143,13 +143,13 @@ $ rm IE11.Win8.1.For.LinuxVirtualBox.part?.* IE11*.ov? ie11-win8.1.txt


    ## Activating images
    For Windows 7 and 8 images once connected to the Internet you will need to activate the OS trial to give a full 90 days of use. Enter the following as an administrator:
    For Windows 7 and 8 images once connected to the Internet you will need to activate the OS trial to give a full 90 days of use. Enter the following from the Command Prompt running as administrator (Start - Right click Command Prompt - Run as administrator):

    C:\> slmgr /ato


    ## Rearming images
    For Windows XP, Vista and 7 images you might be able to extend the initial trial usage period once it has expired via a "rearm" process:
    For Windows XP, Vista and 7 images you *might* be able to extend the initial trial usage period once it has expired via the "rearm" process:

    - To rearm a Windows XP image:

  7. @magnetikonline magnetikonline revised this gist Jan 6, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion README.md
    Original file line number Diff line number Diff line change
    @@ -143,7 +143,7 @@ $ rm IE11.Win8.1.For.LinuxVirtualBox.part?.* IE11*.ov? ie11-win8.1.txt


    ## Activating images
    For Windows 7 and 8 images once connected to the Internet you will need to activate the OS trial to give a full 90 days of use. Enter the following:
    For Windows 7 and 8 images once connected to the Internet you will need to activate the OS trial to give a full 90 days of use. Enter the following as an administrator:

    C:\> slmgr /ato

  8. @magnetikonline magnetikonline revised this gist Jan 4, 2014. 1 changed file with 5 additions and 3 deletions.
    8 changes: 5 additions & 3 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -143,22 +143,24 @@ $ rm IE11.Win8.1.For.LinuxVirtualBox.part?.* IE11*.ov? ie11-win8.1.txt


    ## Activating images
    For Windows 7 and 8 images once connected to the Internet you can activate the trial to give a full 90 days of use. Enter the following:
    For Windows 7 and 8 images once connected to the Internet you will need to activate the OS trial to give a full 90 days of use. Enter the following:

    C:\> slmgr /ato


    ## Rearming images
    For Windows XP, Vista and 7 images you might be able to extend the trial usage period once it has expired via a "rearm" process.
    For Windows XP, Vista and 7 images you might be able to extend the initial trial usage period once it has expired via a "rearm" process:

    - To rearm a Windows XP image:

    C:\> rundll32.exe syssetup,SetupOobeBnk

    - To rearm Windows Vista, and 7 run the following as an administrator:
    - To rearm Windows Vista and 7 images run the following as an administrator:

    C:\> slmgr /rearm

    It is not possible to rearm the trial period of Windows 8 images.


    ## Further notes
    - http://www.modern.ie/virtualization-tools
  9. @magnetikonline magnetikonline revised this gist Jan 4, 2014. 1 changed file with 45 additions and 31 deletions.
    76 changes: 45 additions & 31 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -1,8 +1,14 @@
    # IE 7/8/9/10/11 Virtual machines from Microsoft
    Linux installation notes (tested under Ubuntu 12.04LTS), assuming VirtualBox is already installed on host.

    - [Available images](#available-images)
    - [Install notes](#install-notes)
    - [Activating images](#activating-images)
    - [Rearming images](#rearming-images)
    - [Further notes](#further-notes)

    ## Image downloads

    ## Available images
    - [IE7 - Vista](#ie7---vista)
    - [IE8 - XP](#ie8---xp)
    - [IE9 - Win7](#ie9---win7)
    @@ -24,10 +30,10 @@ $ tar xf "IE7 - Vista.ova"
    $ rm IE7.Vista.For.LinuxVirtualBox.part?.* IE7*.ov? ie7-vista.txt
    ```

    - Use the resulting `IE7 - Vista-disk1.vmdk` with VirtualBox
    - Recommended 512MB RAM minimum
    - Use the resulting `IE7 - Vista-disk1.vmdk` with VirtualBox.
    - Recommended 512MB RAM minimum.
    - Image will give a total of 30 days of use, after which you might be able to [rearm the image](#rearming-images).
    - **Note:** After creating the VirtualBox machine instance, you *must* goto **Settings - System** and enable **IO APIC**, otherwise the VM won't boot.
    - Wise to keep a clean copy of this vmdk once the full [90 day usage period](#time-limits-and-rearming) ends.


    ### IE8 - XP
    @@ -41,10 +47,10 @@ $ tar xf "IE8 - WinXP.ova"
    $ rm IE8.WinXP.For.LinuxVirtualBox.part?.* IE8*.ov? ie8-xp.txt
    ```

    - Use the resulting `IE8 - WinXP-disk1.vmdk` with VirtualBox
    - Recommended 256MB RAM minimum
    - Use the resulting `IE8 - WinXP-disk1.vmdk` with VirtualBox.
    - Recommended 256MB RAM minimum.
    - Image will give a total of 30 days of use, after which you might be able to [rearm the image](#rearming-images).
    - **Note:** After creating the VirtualBox machine instance, you *must* goto **Settings - System** and enable **IO APIC**, otherwise the VM won't boot.
    - Wise to keep a clean copy of this vmdk once the full [90 day usage period](#time-limits-and-rearming) ends.


    ### IE9 - Win7
    @@ -58,9 +64,9 @@ $ tar xf "IE9 - Win7.ova"
    $ rm IE9.Win7.For.LinuxVirtualBox.part?.* IE9*.ov? ie9-win7.txt
    ```

    - Use the resulting `IE9 - Win7-disk1.vmdk` with VirtualBox
    - Recommended 1024MB RAM minimum
    - Wise to keep a clean copy of this vmdk once the full [90 day usage period](#time-limits-and-rearming) ends.
    - Use the resulting `IE9 - Win7-disk1.vmdk` with VirtualBox.
    - Recommended 1024MB RAM minimum.
    - After install you will need to [activate the trial](#activating-images) for a full 90 days use, after which you might be able to [rearm the image](#rearming-images).


    ### IE10 - Win7
    @@ -74,9 +80,9 @@ $ tar xf "IE10 - Win7.ova"
    $ rm IE10.Win7.For.LinuxVirtualBox.part?.* IE10*.ov? ie10-win7.txt
    ```

    - Use the resulting `IE10 - Win7-disk1.vmdk` with VirtualBox
    - Recommended 1024MB RAM minimum
    - Wise to keep a clean copy of this vmdk once the full [90 day usage period](#time-limits-and-rearming) ends.
    - Use the resulting `IE10 - Win7-disk1.vmdk` with VirtualBox.
    - Recommended 1024MB RAM minimum.
    - After install you will need to [activate the trial](#activating-images) for a full 90 days use, after which you might be able to [rearm the image](#rearming-images).


    ### IE10 - Win8
    @@ -90,9 +96,9 @@ $ tar xf "IE10 - Win8.ova"
    $ rm IE10.Win8.For.LinuxVirtualBox.part?.* IE10*.ov? ie10-win8.txt
    ```

    - Use the resulting `IE10 - Win8-disk1.vmdk` with VirtualBox
    - Recommended 1024MB RAM minimum
    - Wise to keep a clean copy of this vmdk once the full [90 day usage period](#time-limits-and-rearming) ends.
    - Use the resulting `IE10 - Win8-disk1.vmdk` with VirtualBox.
    - Recommended 1024MB RAM minimum.
    - After install you will need to [activate the trial](#activating-images) for a full 90 days use, after which you might be able to [rearm the image](#rearming-images).


    ### IE11 - Win7
    @@ -106,9 +112,9 @@ $ tar xf "IE11 - Win7.ova"
    $ rm IE11.Win7.ForLinuxVirtualBox.part?.* IE11*.ov? ie11-win7.txt
    ```

    - Use the resulting `IE11 - Win7-disk1.vmdk` with VirtualBox
    - Recommended 1024MB RAM minimum
    - Wise to keep a clean copy of this vmdk once the full [90 day usage period](#time-limits-and-rearming) ends.
    - Use the resulting `IE11 - Win7-disk1.vmdk` with VirtualBox.
    - Recommended 1024MB RAM minimum.
    - After install you will need to [activate the trial](#activating-images) for a full 90 days use, after which you might be able to [rearm the image](#rearming-images).


    ### IE11 - Win8.1
    @@ -122,28 +128,36 @@ $ tar xf "IE11 - Win8.1.ova"
    $ rm IE11.Win8.1.For.LinuxVirtualBox.part?.* IE11*.ov? ie11-win8.1.txt
    ```

    - Use the resulting `IE11 - Win8.1-disk1.vmdk` with VirtualBox
    - Recommended 1024MB RAM minimum
    - Wise to keep a clean copy of this vmdk once the full [90 day usage period](#time-limits-and-rearming) ends.
    - Use the resulting `IE11 - Win8.1-disk1.vmdk` with VirtualBox.
    - Recommended 1024MB RAM minimum.
    - After install you will need to [activate the trial](#activating-images) for a full 90 days use, after which you might be able to [rearm the image](#rearming-images).


    ## Install notes
    - Create a new Virtual Machine in VirtualBox, name as required/desired
    - Select *Use an existing virtual hard drive file*, pick your downloaded and extracted `*.vmdk` image
    - Apply any VM specific system settings as outlined above
    - All images are 32bit VM's
    - Create a new Virtual Machine via Virtual Box, name as required.
    - Select *Use an existing virtual hard drive file*, pick your downloaded and extracted `*.vmdk` image.
    - Apply any image specific system settings as outlined above.
    - All images are to be run as 32bit virtual machines.
    - You may need/wish to update **VirtualBox Guest Additions** after system boot up to match that of your VirtualBox version.
    - Wise to keep a clean copy of each vmdk disk image once the OS usage period ends and avoid a full image re-download.


    ## Activating images
    For Windows 7 and 8 images once connected to the Internet you can activate the trial to give a full 90 days of use. Enter the following:

    C:\> slmgr /ato


    ## Time limits and rearming
    All images above will last a total of 30 days from the moment of first use, plus you are allowed two "rearm" periods of 30 days each. After the 90 days of total use, you will be able to use each VM for a total of 1 hour before automatic shutdown.
    ## Rearming images
    For Windows XP, Vista and 7 images you might be able to extend the trial usage period once it has expired via a "rearm" process.

    - To rearm a WindowsXP image:
    - To rearm a Windows XP image:

    C:\> rundll32.exe syssetup,SetupOobeBnk

    - To rearm Windows Vista, 7 and 8 run the following:
    - To rearm Windows Vista, and 7 run the following as an administrator:

    C:\> slmgr rearm
    C:\> slmgr /rearm


    ## Further notes
  10. @magnetikonline magnetikonline revised this gist Dec 22, 2013. 1 changed file with 7 additions and 7 deletions.
    14 changes: 7 additions & 7 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -95,13 +95,6 @@ $ rm IE10.Win8.For.LinuxVirtualBox.part?.* IE10*.ov? ie10-win8.txt
    - Wise to keep a clean copy of this vmdk once the full [90 day usage period](#time-limits-and-rearming) ends.


    ## Install notes
    - Create a new Virtual Machine in VirtualBox, name as required/desired
    - Select *Use an existing virtual hard drive file*, pick your downloaded and extracted `*.vmdk` image
    - Apply any VM specific system settings as outlined above
    - All images are 32bit VM's


    ### IE11 - Win7

    ```
    @@ -134,6 +127,13 @@ $ rm IE11.Win8.1.For.LinuxVirtualBox.part?.* IE11*.ov? ie11-win8.1.txt
    - Wise to keep a clean copy of this vmdk once the full [90 day usage period](#time-limits-and-rearming) ends.


    ## Install notes
    - Create a new Virtual Machine in VirtualBox, name as required/desired
    - Select *Use an existing virtual hard drive file*, pick your downloaded and extracted `*.vmdk` image
    - Apply any VM specific system settings as outlined above
    - All images are 32bit VM's


    ## Time limits and rearming
    All images above will last a total of 30 days from the moment of first use, plus you are allowed two "rearm" periods of 30 days each. After the 90 days of total use, you will be able to use each VM for a total of 1 hour before automatic shutdown.

  11. @magnetikonline magnetikonline revised this gist Dec 22, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion README.md
    Original file line number Diff line number Diff line change
    @@ -9,7 +9,7 @@ Linux installation notes (tested under Ubuntu 12.04LTS), assuming VirtualBox is
    - [IE10 - Win7](#ie10---win7)
    - [IE10 - Win8](#ie10---win8)
    - [IE11 - Win7](#ie11---win7)
    - [IE11 - Win8.1](#ie11---win8.1)
    - [IE11 - Win8.1](#ie11---win81)


    ### IE7 - Vista
  12. @magnetikonline magnetikonline revised this gist Dec 22, 2013. No changes.
  13. @magnetikonline magnetikonline revised this gist Dec 22, 2013. 3 changed files with 42 additions and 1 deletion.
    36 changes: 35 additions & 1 deletion README.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    # IE 7/8/9/10 Virtual machines from Microsoft
    # IE 7/8/9/10/11 Virtual machines from Microsoft
    Linux installation notes (tested under Ubuntu 12.04LTS), assuming VirtualBox is already installed on host.


    @@ -8,6 +8,8 @@ Linux installation notes (tested under Ubuntu 12.04LTS), assuming VirtualBox is
    - [IE9 - Win7](#ie9---win7)
    - [IE10 - Win7](#ie10---win7)
    - [IE10 - Win8](#ie10---win8)
    - [IE11 - Win7](#ie11---win7)
    - [IE11 - Win8.1](#ie11---win8.1)


    ### IE7 - Vista
    @@ -100,6 +102,38 @@ $ rm IE10.Win8.For.LinuxVirtualBox.part?.* IE10*.ov? ie10-win8.txt
    - All images are 32bit VM's


    ### IE11 - Win7

    ```
    $ mkdir -p ~/vm/ie11win7 && cd ~/vm/ie11win7
    $ wget -i https://gist.github.com/magnetikonline/5274656/raw/ie11-win7.txt
    $ chmod u+x IE11.Win7.ForLinuxVirtualBox.part1.sfx
    $ ./IE11.Win7.ForLinuxVirtualBox.part1.sfx
    $ tar xf "IE11 - Win7.ova"
    $ rm IE11.Win7.ForLinuxVirtualBox.part?.* IE11*.ov? ie11-win7.txt
    ```

    - Use the resulting `IE11 - Win7-disk1.vmdk` with VirtualBox
    - Recommended 1024MB RAM minimum
    - Wise to keep a clean copy of this vmdk once the full [90 day usage period](#time-limits-and-rearming) ends.


    ### IE11 - Win8.1

    ```
    $ mkdir -p ~/vm/ie11win8.1 && cd ~/vm/ie11win8.1
    $ wget -i https://gist.github.com/magnetikonline/5274656/raw/ie11-win8.1.txt
    $ chmod u+x IE11.Win8.1.For.LinuxVirtualBox.part1.sfx
    $ ./IE11.Win8.1.For.LinuxVirtualBox.part1.sfx
    $ tar xf "IE11 - Win8.1.ova"
    $ rm IE11.Win8.1.For.LinuxVirtualBox.part?.* IE11*.ov? ie11-win8.1.txt
    ```

    - Use the resulting `IE11 - Win8.1-disk1.vmdk` with VirtualBox
    - Recommended 1024MB RAM minimum
    - Wise to keep a clean copy of this vmdk once the full [90 day usage period](#time-limits-and-rearming) ends.


    ## Time limits and rearming
    All images above will last a total of 30 days from the moment of first use, plus you are allowed two "rearm" periods of 30 days each. After the 90 days of total use, you will be able to use each VM for a total of 1 hour before automatic shutdown.

    4 changes: 4 additions & 0 deletions ie11-win7.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE11_Win7/Linux/IE11.Win7.ForLinuxVirtualBox.part1.sfx
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE11_Win7/Linux/IE11.Win7.ForLinuxVirtualBox.part2.rar
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE11_Win7/Linux/IE11.Win7.ForLinuxVirtualBox.part3.rar
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE11_Win7/Linux/IE11.Win7.ForLinuxVirtualBox.part4.rar
    3 changes: 3 additions & 0 deletions ie11-win8.1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE11_Win8.1/Linux/IE11.Win8.1.For.LinuxVirtualBox.part1.sfx
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE11_Win8.1/Linux/IE11.Win8.1.For.LinuxVirtualBox.part2.rar
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE11_Win8.1/Linux/IE11.Win8.1.For.LinuxVirtualBox.part3.rar
  14. @magnetikonline magnetikonline revised this gist Dec 22, 2013. 1 changed file with 3 additions and 2 deletions.
    5 changes: 3 additions & 2 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    # IE7/8/9/10 Virtual machines from Microsoft
    # IE 7/8/9/10 Virtual machines from Microsoft
    Linux installation notes (tested under Ubuntu 12.04LTS), assuming VirtualBox is already installed on host.


    @@ -24,7 +24,7 @@ $ rm IE7.Vista.For.LinuxVirtualBox.part?.* IE7*.ov? ie7-vista.txt

    - Use the resulting `IE7 - Vista-disk1.vmdk` with VirtualBox
    - Recommended 512MB RAM minimum
    - **Note:** After creating VirtualBox instance, you *must* goto **Settings - System** and enable **IO APIC**, otherwise the VM won't boot.
    - **Note:** After creating the VirtualBox machine instance, you *must* goto **Settings - System** and enable **IO APIC**, otherwise the VM won't boot.
    - Wise to keep a clean copy of this vmdk once the full [90 day usage period](#time-limits-and-rearming) ends.


    @@ -41,6 +41,7 @@ $ rm IE8.WinXP.For.LinuxVirtualBox.part?.* IE8*.ov? ie8-xp.txt

    - Use the resulting `IE8 - WinXP-disk1.vmdk` with VirtualBox
    - Recommended 256MB RAM minimum
    - **Note:** After creating the VirtualBox machine instance, you *must* goto **Settings - System** and enable **IO APIC**, otherwise the VM won't boot.
    - Wise to keep a clean copy of this vmdk once the full [90 day usage period](#time-limits-and-rearming) ends.


  15. @magnetikonline magnetikonline revised this gist Dec 22, 2013. 6 changed files with 29 additions and 26 deletions.
    17 changes: 10 additions & 7 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -1,15 +1,15 @@
    # IE7/8/9/10 Virtual machines from Microsoft
    Linux installation notes (tested under Ubuntu 12.04LTS), assuming VirtualBox is installed.
    Linux installation notes (tested under Ubuntu 12.04LTS), assuming VirtualBox is already installed on host.


    ## Image downloads

    - [IE7 - Vista](#ie7---vista)
    - [IE8 - XP](#ie8---xp)
    - [IE9 - Win7](#ie9---win7)
    - [IE10 - Win7](#ie10---win7)
    - [IE10 - Win8](#ie10---win8)


    ### IE7 - Vista
    **Note:** Sadly no IE7 with XP image is provided, which would have offered a smaller download.

    @@ -27,21 +27,23 @@ $ rm IE7.Vista.For.LinuxVirtualBox.part?.* IE7*.ov? ie7-vista.txt
    - **Note:** After creating VirtualBox instance, you *must* goto **Settings - System** and enable **IO APIC**, otherwise the VM won't boot.
    - Wise to keep a clean copy of this vmdk once the full [90 day usage period](#time-limits-and-rearming) ends.


    ### IE8 - XP

    ```
    $ mkdir -p ~/vm/ie8xp && cd ~/vm/ie8xp
    $ wget -i https://gist.github.com/magnetikonline/5274656/raw/ie8-xp.txt
    $ chmod u+x IE8.WinXP.For.LinuxVirtualBox.sfx
    $ ./IE8.WinXP.For.LinuxVirtualBox.sfx
    $ chmod u+x IE8.WinXP.For.LinuxVirtualBox.part1.sfx
    $ ./IE8.WinXP.For.LinuxVirtualBox.part1.sfx
    $ tar xf "IE8 - WinXP.ova"
    $ rm IE8.WinXP.For.LinuxVirtualBox.sfx IE8*.ov? ie8-xp.txt
    $ rm IE8.WinXP.For.LinuxVirtualBox.part?.* IE8*.ov? ie8-xp.txt
    ```

    - Use the resulting `IE8 - WinXP-disk1.vmdk` with VirtualBox
    - Recommended 256MB RAM minimum
    - Wise to keep a clean copy of this vmdk once the full [90 day usage period](#time-limits-and-rearming) ends.


    ### IE9 - Win7

    ```
    @@ -57,6 +59,7 @@ $ rm IE9.Win7.For.LinuxVirtualBox.part?.* IE9*.ov? ie9-win7.txt
    - Recommended 1024MB RAM minimum
    - Wise to keep a clean copy of this vmdk once the full [90 day usage period](#time-limits-and-rearming) ends.


    ### IE10 - Win7

    ```
    @@ -72,6 +75,7 @@ $ rm IE10.Win7.For.LinuxVirtualBox.part?.* IE10*.ov? ie10-win7.txt
    - Recommended 1024MB RAM minimum
    - Wise to keep a clean copy of this vmdk once the full [90 day usage period](#time-limits-and-rearming) ends.


    ### IE10 - Win8

    ```
    @@ -89,8 +93,7 @@ $ rm IE10.Win8.For.LinuxVirtualBox.part?.* IE10*.ov? ie10-win8.txt


    ## Install notes
    - Create a new VM in VirtualBox
    - Name the VM as required
    - Create a new Virtual Machine in VirtualBox, name as required/desired
    - Select *Use an existing virtual hard drive file*, pick your downloaded and extracted `*.vmdk` image
    - Apply any VM specific system settings as outlined above
    - All images are 32bit VM's
    9 changes: 4 additions & 5 deletions ie10-win7.txt
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,4 @@
    https://az412801.vo.msecnd.net/vhd/IEKitV1_Final/VirtualBox/Linux/IE10_Win7/IE10.Win7.For.LinuxVirtualBox.part1.sfx
    https://az412801.vo.msecnd.net/vhd/IEKitV1_Final/VirtualBox/Linux/IE10_Win7/IE10.Win7.For.LinuxVirtualBox.part2.rar
    https://az412801.vo.msecnd.net/vhd/IEKitV1_Final/VirtualBox/Linux/IE10_Win7/IE10.Win7.For.LinuxVirtualBox.part3.rar
    https://az412801.vo.msecnd.net/vhd/IEKitV1_Final/VirtualBox/Linux/IE10_Win7/IE10.Win7.For.LinuxVirtualBox.part4.rar
    https://az412801.vo.msecnd.net/vhd/IEKitV1_Final/VirtualBox/Linux/IE10_Win7/IE10.Win7.For.LinuxVirtualBox.part5.rar
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE10_Win7/Linux/IE10.Win7.For.LinuxVirtualBox.part1.sfx
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE10_Win7/Linux/IE10.Win7.For.LinuxVirtualBox.part2.rar
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE10_Win7/Linux/IE10.Win7.For.LinuxVirtualBox.part3.rar
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE10_Win7/Linux/IE10.Win7.For.LinuxVirtualBox.part4.rar
    8 changes: 5 additions & 3 deletions ie10-win8.txt
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,5 @@
    https://az412801.vo.msecnd.net/vhd/IEKitV1_Final/VirtualBox/Linux/IE10_Win8/IE10.Win8.For.LinuxVirtualBox.part1.sfx
    https://az412801.vo.msecnd.net/vhd/IEKitV1_Final/VirtualBox/Linux/IE10_Win8/IE10.Win8.For.LinuxVirtualBox.part2.rar
    https://az412801.vo.msecnd.net/vhd/IEKitV1_Final/VirtualBox/Linux/IE10_Win8/IE10.Win8.For.LinuxVirtualBox.part3.rar
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE10_Win8/Linux/IE10.Win8.For.LinuxVirtualBox.part1.sfx
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE10_Win8/Linux/IE10.Win8.For.LinuxVirtualBox.part2.rar
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE10_Win8/Linux/IE10.Win8.For.LinuxVirtualBox.part3.rar
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE10_Win8/Linux/IE10.Win8.For.LinuxVirtualBox.part4.rar
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE10_Win8/Linux/IE10.Win8.For.LinuxVirtualBox.part5.rar
    9 changes: 4 additions & 5 deletions ie7-vista.txt
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,4 @@
    https://az412801.vo.msecnd.net/vhd/IEKitV1_Final/VirtualBox/Linux/IE7_Vista/IE7.Vista.For.LinuxVirtualBox.part1.sfx
    https://az412801.vo.msecnd.net/vhd/IEKitV1_Final/VirtualBox/Linux/IE7_Vista/IE7.Vista.For.LinuxVirtualBox.part2.rar
    https://az412801.vo.msecnd.net/vhd/IEKitV1_Final/VirtualBox/Linux/IE7_Vista/IE7.Vista.For.LinuxVirtualBox.part3.rar
    https://az412801.vo.msecnd.net/vhd/IEKitV1_Final/VirtualBox/Linux/IE7_Vista/IE7.Vista.For.LinuxVirtualBox.part4.rar
    https://az412801.vo.msecnd.net/vhd/IEKitV1_Final/VirtualBox/Linux/IE7_Vista/IE7.Vista.For.LinuxVirtualBox.part5.rar
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE7_Vista/Linux/IE7.Vista.For.LinuxVirtualBox.part1.sfx
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE7_Vista/Linux/IE7.Vista.For.LinuxVirtualBox.part2.rar
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE7_Vista/Linux/IE7.Vista.For.LinuxVirtualBox.part3.rar
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE7_Vista/Linux/IE7.Vista.For.LinuxVirtualBox.part4.rar
    3 changes: 2 additions & 1 deletion ie8-xp.txt
    Original file line number Diff line number Diff line change
    @@ -1 +1,2 @@
    https://az412801.vo.msecnd.net/vhd/IEKitV1_Final/VirtualBox/Linux/IE8_XP/IE8.WinXP.For.LinuxVirtualBox.sfx
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE8_WinXP/Linux/IE8.WinXP.For.LinuxVirtualBox.part1.sfx
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE8_WinXP/Linux/IE8.WinXP.For.LinuxVirtualBox.part2.rar
    9 changes: 4 additions & 5 deletions ie9-win7.txt
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,4 @@
    https://az412801.vo.msecnd.net/vhd/IEKitV1_Final/VirtualBox/Linux/IE9_Win7/IE9.Win7.For.LinuxVirtualBox.part1.sfx
    https://az412801.vo.msecnd.net/vhd/IEKitV1_Final/VirtualBox/Linux/IE9_Win7/IE9.Win7.For.LinuxVirtualBox.part2.rar
    https://az412801.vo.msecnd.net/vhd/IEKitV1_Final/VirtualBox/Linux/IE9_Win7/IE9.Win7.For.LinuxVirtualBox.part3.rar
    https://az412801.vo.msecnd.net/vhd/IEKitV1_Final/VirtualBox/Linux/IE9_Win7/IE9.Win7.For.LinuxVirtualBox.part4.rar
    https://az412801.vo.msecnd.net/vhd/IEKitV1_Final/VirtualBox/Linux/IE9_Win7/IE9.Win7.For.LinuxVirtualBox.part5.rar
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE9_Win7/Linux/IE9.Win7.For.LinuxVirtualBox.part1.sfx
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE9_Win7/Linux/IE9.Win7.For.LinuxVirtualBox.part2.rar
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE9_Win7/Linux/IE9.Win7.For.LinuxVirtualBox.part3.rar
    https://az412801.vo.msecnd.net/vhd/VMBuild_20131127/VirtualBox/IE9_Win7/Linux/IE9.Win7.For.LinuxVirtualBox.part4.rar
  16. Peter Mescalchin revised this gist Jul 26, 2013. 1 changed file with 5 additions and 0 deletions.
    5 changes: 5 additions & 0 deletions ie10-win7.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    https://az412801.vo.msecnd.net/vhd/IEKitV1_Final/VirtualBox/Linux/IE10_Win7/IE10.Win7.For.LinuxVirtualBox.part1.sfx
    https://az412801.vo.msecnd.net/vhd/IEKitV1_Final/VirtualBox/Linux/IE10_Win7/IE10.Win7.For.LinuxVirtualBox.part2.rar
    https://az412801.vo.msecnd.net/vhd/IEKitV1_Final/VirtualBox/Linux/IE10_Win7/IE10.Win7.For.LinuxVirtualBox.part3.rar
    https://az412801.vo.msecnd.net/vhd/IEKitV1_Final/VirtualBox/Linux/IE10_Win7/IE10.Win7.For.LinuxVirtualBox.part4.rar
    https://az412801.vo.msecnd.net/vhd/IEKitV1_Final/VirtualBox/Linux/IE10_Win7/IE10.Win7.For.LinuxVirtualBox.part5.rar
  17. Peter Mescalchin revised this gist Jul 26, 2013. 1 changed file with 21 additions and 9 deletions.
    30 changes: 21 additions & 9 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -7,14 +7,14 @@ Linux installation notes (tested under Ubuntu 12.04LTS), assuming VirtualBox is
    - [IE7 - Vista](#ie7---vista)
    - [IE8 - XP](#ie8---xp)
    - [IE9 - Win7](#ie9---win7)
    - [IE10 - Win7](#ie10---win7)
    - [IE10 - Win8](#ie10---win8)

    ### IE7 - Vista
    **Note:** Sadly no IE7 with XP image is provided, which would have offered a smaller download.

    ```
    $ mkdir -p ~/vm/ie7vista
    $ cd ~/vm/ie7vista
    $ mkdir -p ~/vm/ie7vista && cd ~/vm/ie7vista
    $ wget -i https://gist.github.com/magnetikonline/5274656/raw/ie7-vista.txt
    $ chmod u+x IE7.Vista.For.LinuxVirtualBox.part1.sfx
    $ ./IE7.Vista.For.LinuxVirtualBox.part1.sfx
    @@ -30,8 +30,7 @@ $ rm IE7.Vista.For.LinuxVirtualBox.part?.* IE7*.ov? ie7-vista.txt
    ### IE8 - XP

    ```
    $ mkdir -p ~/vm/ie8xp
    $ cd ~/vm/ie8xp
    $ mkdir -p ~/vm/ie8xp && cd ~/vm/ie8xp
    $ wget -i https://gist.github.com/magnetikonline/5274656/raw/ie8-xp.txt
    $ chmod u+x IE8.WinXP.For.LinuxVirtualBox.sfx
    $ ./IE8.WinXP.For.LinuxVirtualBox.sfx
    @@ -46,8 +45,7 @@ $ rm IE8.WinXP.For.LinuxVirtualBox.sfx IE8*.ov? ie8-xp.txt
    ### IE9 - Win7

    ```
    $ mkdir -p ~/vm/ie9win7
    $ cd ~/vm/ie9win7
    $ mkdir -p ~/vm/ie9win7 && cd ~/vm/ie9win7
    $ wget -i https://gist.github.com/magnetikonline/5274656/raw/ie9-win7.txt
    $ chmod u+x IE9.Win7.For.LinuxVirtualBox.part1.sfx
    $ ./IE9.Win7.For.LinuxVirtualBox.part1.sfx
    @@ -59,19 +57,33 @@ $ rm IE9.Win7.For.LinuxVirtualBox.part?.* IE9*.ov? ie9-win7.txt
    - Recommended 1024MB RAM minimum
    - Wise to keep a clean copy of this vmdk once the full [90 day usage period](#time-limits-and-rearming) ends.

    ### IE10 - Win7

    ```
    $ mkdir -p ~/vm/ie10win7 && cd ~/vm/ie10win7
    $ wget -i https://gist.github.com/magnetikonline/5274656/raw/ie10-win7.txt
    $ chmod u+x IE10.Win7.For.LinuxVirtualBox.part1.sfx
    $ ./IE10.Win7.For.LinuxVirtualBox.part1.sfx
    $ tar xf "IE10 - Win7.ova"
    $ rm IE10.Win7.For.LinuxVirtualBox.part?.* IE10*.ov? ie10-win7.txt
    ```

    - Use the resulting `IE10 - Win7-disk1.vmdk` with VirtualBox
    - Recommended 1024MB RAM minimum
    - Wise to keep a clean copy of this vmdk once the full [90 day usage period](#time-limits-and-rearming) ends.

    ### IE10 - Win8

    ```
    $ mkdir -p ~/vm/ie10win8
    $ cd ~/vm/ie10win8
    $ mkdir -p ~/vm/ie10win8 && cd ~/vm/ie10win8
    $ wget -i https://gist.github.com/magnetikonline/5274656/raw/ie10-win8.txt
    $ chmod u+x IE10.Win8.For.LinuxVirtualBox.part1.sfx
    $ ./IE10.Win8.For.LinuxVirtualBox.part1.sfx
    $ tar xf "IE10 - Win8.ova"
    $ rm IE10.Win8.For.LinuxVirtualBox.part?.* IE10*.ov? ie10-win8.txt
    ```

    - Use the resulting `IE8 - WinXP-disk1.vmdk` with VirtualBox
    - Use the resulting `IE10 - Win8-disk1.vmdk` with VirtualBox
    - Recommended 1024MB RAM minimum
    - Wise to keep a clean copy of this vmdk once the full [90 day usage period](#time-limits-and-rearming) ends.

  18. Peter Mescalchin revised this gist Jul 26, 2013. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions ie10-win8.txt
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,3 @@
    http://virtualization.modern.ie/vhd/IEKitV1_Final/VirtualBox/Linux/IE10_Win8/IE10.Win8.For.LinuxVirtualBox.part1.sfx
    http://virtualization.modern.ie/vhd/IEKitV1_Final/VirtualBox/Linux/IE10_Win8/IE10.Win8.For.LinuxVirtualBox.part2.rar
    http://virtualization.modern.ie/vhd/IEKitV1_Final/VirtualBox/Linux/IE10_Win8/IE10.Win8.For.LinuxVirtualBox.part3.rar
    https://az412801.vo.msecnd.net/vhd/IEKitV1_Final/VirtualBox/Linux/IE10_Win8/IE10.Win8.For.LinuxVirtualBox.part1.sfx
    https://az412801.vo.msecnd.net/vhd/IEKitV1_Final/VirtualBox/Linux/IE10_Win8/IE10.Win8.For.LinuxVirtualBox.part2.rar
    https://az412801.vo.msecnd.net/vhd/IEKitV1_Final/VirtualBox/Linux/IE10_Win8/IE10.Win8.For.LinuxVirtualBox.part3.rar
  19. Peter Mescalchin revised this gist Jul 26, 2013. 1 changed file with 5 additions and 5 deletions.
    10 changes: 5 additions & 5 deletions ie9-win7.txt
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    http://virtualization.modern.ie/vhd/IEKitV1_Final/VirtualBox/Linux/IE9_Win7/IE9.Win7.For.LinuxVirtualBox.part1.sfx
    http://virtualization.modern.ie/vhd/IEKitV1_Final/VirtualBox/Linux/IE9_Win7/IE9.Win7.For.LinuxVirtualBox.part2.rar
    http://virtualization.modern.ie/vhd/IEKitV1_Final/VirtualBox/Linux/IE9_Win7/IE9.Win7.For.LinuxVirtualBox.part3.rar
    http://virtualization.modern.ie/vhd/IEKitV1_Final/VirtualBox/Linux/IE9_Win7/IE9.Win7.For.LinuxVirtualBox.part4.rar
    http://virtualization.modern.ie/vhd/IEKitV1_Final/VirtualBox/Linux/IE9_Win7/IE9.Win7.For.LinuxVirtualBox.part5.rar
    https://az412801.vo.msecnd.net/vhd/IEKitV1_Final/VirtualBox/Linux/IE9_Win7/IE9.Win7.For.LinuxVirtualBox.part1.sfx
    https://az412801.vo.msecnd.net/vhd/IEKitV1_Final/VirtualBox/Linux/IE9_Win7/IE9.Win7.For.LinuxVirtualBox.part2.rar
    https://az412801.vo.msecnd.net/vhd/IEKitV1_Final/VirtualBox/Linux/IE9_Win7/IE9.Win7.For.LinuxVirtualBox.part3.rar
    https://az412801.vo.msecnd.net/vhd/IEKitV1_Final/VirtualBox/Linux/IE9_Win7/IE9.Win7.For.LinuxVirtualBox.part4.rar
    https://az412801.vo.msecnd.net/vhd/IEKitV1_Final/VirtualBox/Linux/IE9_Win7/IE9.Win7.For.LinuxVirtualBox.part5.rar
  20. Peter Mescalchin revised this gist Jul 26, 2013. 1 changed file with 5 additions and 5 deletions.
    10 changes: 5 additions & 5 deletions ie7-vista.txt
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    http://virtualization.modern.ie/vhd/IEKitV1_Final/VirtualBox/Linux/IE7_Vista/IE7.Vista.For.LinuxVirtualBox.part1.sfx
    http://virtualization.modern.ie/vhd/IEKitV1_Final/VirtualBox/Linux/IE7_Vista/IE7.Vista.For.LinuxVirtualBox.part2.rar
    http://virtualization.modern.ie/vhd/IEKitV1_Final/VirtualBox/Linux/IE7_Vista/IE7.Vista.For.LinuxVirtualBox.part3.rar
    http://virtualization.modern.ie/vhd/IEKitV1_Final/VirtualBox/Linux/IE7_Vista/IE7.Vista.For.LinuxVirtualBox.part4.rar
    http://virtualization.modern.ie/vhd/IEKitV1_Final/VirtualBox/Linux/IE7_Vista/IE7.Vista.For.LinuxVirtualBox.part5.rar
    https://az412801.vo.msecnd.net/vhd/IEKitV1_Final/VirtualBox/Linux/IE7_Vista/IE7.Vista.For.LinuxVirtualBox.part1.sfx
    https://az412801.vo.msecnd.net/vhd/IEKitV1_Final/VirtualBox/Linux/IE7_Vista/IE7.Vista.For.LinuxVirtualBox.part2.rar
    https://az412801.vo.msecnd.net/vhd/IEKitV1_Final/VirtualBox/Linux/IE7_Vista/IE7.Vista.For.LinuxVirtualBox.part3.rar
    https://az412801.vo.msecnd.net/vhd/IEKitV1_Final/VirtualBox/Linux/IE7_Vista/IE7.Vista.For.LinuxVirtualBox.part4.rar
    https://az412801.vo.msecnd.net/vhd/IEKitV1_Final/VirtualBox/Linux/IE7_Vista/IE7.Vista.For.LinuxVirtualBox.part5.rar
  21. Peter Mescalchin revised this gist Jul 26, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion ie8-xp.txt
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    http://virtualization.modern.ie/vhd/IEKitV1_Final/VirtualBox/Linux/IE8_XP/IE8.WinXP.For.LinuxVirtualBox.sfx
    https://az412801.vo.msecnd.net/vhd/IEKitV1_Final/VirtualBox/Linux/IE8_XP/IE8.WinXP.For.LinuxVirtualBox.sfx
  22. Peter Mescalchin revised this gist Jul 11, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion README.md
    Original file line number Diff line number Diff line change
    @@ -91,7 +91,7 @@ All images above will last a total of 30 days from the moment of first use, plus

    C:\> rundll32.exe syssetup,SetupOobeBnk

    - To rearm Windows Vista,7 and 8 run the following:
    - To rearm Windows Vista, 7 and 8 run the following:

    C:\> slmgr –rearm

  23. Peter Mescalchin revised this gist Jul 11, 2013. 1 changed file with 6 additions and 4 deletions.
    10 changes: 6 additions & 4 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -87,11 +87,13 @@ $ rm IE10.Win8.For.LinuxVirtualBox.part?.* IE10*.ov? ie10-win8.txt
    ## Time limits and rearming
    All images above will last a total of 30 days from the moment of first use, plus you are allowed two "rearm" periods of 30 days each. After the 90 days of total use, you will be able to use each VM for a total of 1 hour before automatic shutdown.

    To "rearm" a VM image for another 30 day time window, go to the command prompt and run the following:
    - To rearm a WindowsXP image:

    ```
    C:\> slmgr –rearm
    ```
    C:\> rundll32.exe syssetup,SetupOobeBnk

    - To rearm Windows Vista,7 and 8 run the following:

    C:\> slmgr –rearm


    ## Further notes
  24. Peter Mescalchin revised this gist Jul 11, 2013. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -4,10 +4,10 @@ Linux installation notes (tested under Ubuntu 12.04LTS), assuming VirtualBox is

    ## Image downloads

    - (#ie7---vista)[IE7 - Vista]
    - (#ie8---xp)[IE8 - XP]
    - (#ie9---win7)[IE9 - Win7]
    - (#ie10---win8)[IE10 - Win8]
    - [IE7 - Vista](#ie7---vista)
    - [IE8 - XP](#ie8---xp)
    - [IE9 - Win7](#ie9---win7)
    - [IE10 - Win8](#ie10---win8)

    ### IE7 - Vista
    **Note:** Sadly no IE7 with XP image is provided, which would have offered a smaller download.
  25. Peter Mescalchin revised this gist Jul 11, 2013. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -4,10 +4,10 @@ Linux installation notes (tested under Ubuntu 12.04LTS), assuming VirtualBox is

    ## Image downloads

    - [#ie7---vista](IE7 - Vista)
    - [#ie8---xp](IE8 - XP)
    - [#ie9---win7](IE9 - Win7)
    - [#ie10---win8](IE10 - Win8)
    - (#ie7---vista)[IE7 - Vista]
    - (#ie8---xp)[IE8 - XP]
    - (#ie9---win7)[IE9 - Win7]
    - (#ie10---win8)[IE10 - Win8]

    ### IE7 - Vista
    **Note:** Sadly no IE7 with XP image is provided, which would have offered a smaller download.
  26. Peter Mescalchin revised this gist Jul 11, 2013. 1 changed file with 15 additions and 6 deletions.
    21 changes: 15 additions & 6 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -4,10 +4,15 @@ Linux installation notes (tested under Ubuntu 12.04LTS), assuming VirtualBox is

    ## Image downloads

    - [#ie7---vista](IE7 - Vista)
    - [#ie8---xp](IE8 - XP)
    - [#ie9---win7](IE9 - Win7)
    - [#ie10---win8](IE10 - Win8)

    ### IE7 - Vista
    **Note:** Sadly no IE7 with XP image is provided, which would have offered a smaller download.

    ```shell
    ```
    $ mkdir -p ~/vm/ie7vista
    $ cd ~/vm/ie7vista
    $ wget -i https://gist.github.com/magnetikonline/5274656/raw/ie7-vista.txt
    @@ -23,7 +28,8 @@ $ rm IE7.Vista.For.LinuxVirtualBox.part?.* IE7*.ov? ie7-vista.txt
    - Wise to keep a clean copy of this vmdk once the full [90 day usage period](#time-limits-and-rearming) ends.

    ### IE8 - XP
    ```shell

    ```
    $ mkdir -p ~/vm/ie8xp
    $ cd ~/vm/ie8xp
    $ wget -i https://gist.github.com/magnetikonline/5274656/raw/ie8-xp.txt
    @@ -38,7 +44,8 @@ $ rm IE8.WinXP.For.LinuxVirtualBox.sfx IE8*.ov? ie8-xp.txt
    - Wise to keep a clean copy of this vmdk once the full [90 day usage period](#time-limits-and-rearming) ends.

    ### IE9 - Win7
    ```shell

    ```
    $ mkdir -p ~/vm/ie9win7
    $ cd ~/vm/ie9win7
    $ wget -i https://gist.github.com/magnetikonline/5274656/raw/ie9-win7.txt
    @@ -52,9 +59,9 @@ $ rm IE9.Win7.For.LinuxVirtualBox.part?.* IE9*.ov? ie9-win7.txt
    - Recommended 1024MB RAM minimum
    - Wise to keep a clean copy of this vmdk once the full [90 day usage period](#time-limits-and-rearming) ends.


    ### IE10 - Win8
    ```shell

    ```
    $ mkdir -p ~/vm/ie10win8
    $ cd ~/vm/ie10win8
    $ wget -i https://gist.github.com/magnetikonline/5274656/raw/ie10-win8.txt
    @@ -82,7 +89,9 @@ All images above will last a total of 30 days from the moment of first use, plus

    To "rearm" a VM image for another 30 day time window, go to the command prompt and run the following:

    C:\> slmgr –rearm
    ```
    C:\> slmgr –rearm
    ```


    ## Further notes
  27. Peter Mescalchin revised this gist Mar 30, 2013. 1 changed file with 12 additions and 2 deletions.
    14 changes: 12 additions & 2 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -30,14 +30,14 @@ $ wget -i https://gist.github.com/magnetikonline/5274656/raw/ie8-xp.txt
    $ chmod u+x IE8.WinXP.For.LinuxVirtualBox.sfx
    $ ./IE8.WinXP.For.LinuxVirtualBox.sfx
    $ tar xf "IE8 - WinXP.ova"
    $ rm IE8.WinXP.For.LinuxVirtualBox.sfx IE8*.ov?
    $ rm IE8.WinXP.For.LinuxVirtualBox.sfx IE8*.ov? ie8-xp.txt
    ```

    - Use the resulting `IE8 - WinXP-disk1.vmdk` with VirtualBox
    - Recommended 256MB RAM minimum
    - Wise to keep a clean copy of this vmdk once the full [90 day usage period](#time-limits-and-rearming) ends.

    ### IE9 - Win7 (untested)
    ### IE9 - Win7
    ```shell
    $ mkdir -p ~/vm/ie9win7
    $ cd ~/vm/ie9win7
    @@ -48,6 +48,11 @@ $ tar xf "IE9 - Win7.ova"
    $ rm IE9.Win7.For.LinuxVirtualBox.part?.* IE9*.ov? ie9-win7.txt
    ```

    - Use the resulting `IE9 - Win7-disk1.vmdk` with VirtualBox
    - Recommended 1024MB RAM minimum
    - Wise to keep a clean copy of this vmdk once the full [90 day usage period](#time-limits-and-rearming) ends.


    ### IE10 - Win8
    ```shell
    $ mkdir -p ~/vm/ie10win8
    @@ -59,6 +64,11 @@ $ tar xf "IE10 - Win8.ova"
    $ rm IE10.Win8.For.LinuxVirtualBox.part?.* IE10*.ov? ie10-win8.txt
    ```

    - Use the resulting `IE8 - WinXP-disk1.vmdk` with VirtualBox
    - Recommended 1024MB RAM minimum
    - Wise to keep a clean copy of this vmdk once the full [90 day usage period](#time-limits-and-rearming) ends.


    ## Install notes
    - Create a new VM in VirtualBox
    - Name the VM as required
  28. Peter Mescalchin revised this gist Mar 30, 2013. 2 changed files with 10 additions and 4 deletions.
    13 changes: 9 additions & 4 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -17,22 +17,24 @@ $ tar xf "IE7 - Vista.ova"
    $ rm IE7.Vista.For.LinuxVirtualBox.part?.* IE7*.ov? ie7-vista.txt
    ```

    - Use the resulting `IE7 - Vista-disk1.vmdk` with VirtualBox.
    - Use the resulting `IE7 - Vista-disk1.vmdk` with VirtualBox
    - Recommended 512MB RAM minimum
    - **Note:** After creating VirtualBox instance, you *must* goto **Settings - System** and enable **IO APIC**, otherwise the VM won't boot.
    - Wise to keep a clean copy of this vmdk once the full [90 day usage period](#time-limits-and-rearming) ends.

    ### IE8 - XP
    ```shell
    $ mkdir -p ~/vm/ie8xp
    $ cd ~/vm/ie8xp
    $ wget http://virtualization.modern.ie/vhd/IEKitV1_Final/VirtualBox/Linux/IE8_XP/IE8.WinXP.For.LinuxVirtualBox.sfx
    $ wget -i https://gist.github.com/magnetikonline/5274656/raw/ie8-xp.txt
    $ chmod u+x IE8.WinXP.For.LinuxVirtualBox.sfx
    $ ./IE8.WinXP.For.LinuxVirtualBox.sfx
    $ tar xf "IE8 - WinXP.ova"
    $ rm IE8.WinXP.For.LinuxVirtualBox.sfx IE8*.ov?
    ```

    - Use the resulting `IE8 - WinXP-disk1.vmdk` with VirtualBox.
    - Use the resulting `IE8 - WinXP-disk1.vmdk` with VirtualBox
    - Recommended 256MB RAM minimum
    - Wise to keep a clean copy of this vmdk once the full [90 day usage period](#time-limits-and-rearming) ends.

    ### IE9 - Win7 (untested)
    @@ -59,7 +61,9 @@ $ rm IE10.Win8.For.LinuxVirtualBox.part?.* IE10*.ov? ie10-win8.txt

    ## Install notes
    - Create a new VM in VirtualBox
    - Select *Use an existing virtual disk*, pick your downloaded and extracted `*.vmdk` image
    - Name the VM as required
    - Select *Use an existing virtual hard drive file*, pick your downloaded and extracted `*.vmdk` image
    - Apply any VM specific system settings as outlined above
    - All images are 32bit VM's


    @@ -73,4 +77,5 @@ To "rearm" a VM image for another 30 day time window, go to the command prompt a

    ## Further notes
    - http://www.modern.ie/virtualization-tools
    - http://virtualization.modern.ie/vhd/virtualmachine_instructions.docx
    - http://blog.reybango.com/2013/02/04/making-internet-explorer-testing-easier-with-new-ie-vms/
    1 change: 1 addition & 0 deletions ie8-xp.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    http://virtualization.modern.ie/vhd/IEKitV1_Final/VirtualBox/Linux/IE8_XP/IE8.WinXP.For.LinuxVirtualBox.sfx
  29. Peter Mescalchin revised this gist Mar 30, 2013. 1 changed file with 4 additions and 6 deletions.
    10 changes: 4 additions & 6 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -14,7 +14,7 @@ $ wget -i https://gist.github.com/magnetikonline/5274656/raw/ie7-vista.txt
    $ chmod u+x IE7.Vista.For.LinuxVirtualBox.part1.sfx
    $ ./IE7.Vista.For.LinuxVirtualBox.part1.sfx
    $ tar xf "IE7 - Vista.ova"
    $ rm IE7.Vista.For.LinuxVirtualBox.part?.* IE7*.ov?
    $ rm IE7.Vista.For.LinuxVirtualBox.part?.* IE7*.ov? ie7-vista.txt
    ```

    - Use the resulting `IE7 - Vista-disk1.vmdk` with VirtualBox.
    @@ -43,7 +43,7 @@ $ wget -i https://gist.github.com/magnetikonline/5274656/raw/ie9-win7.txt
    $ chmod u+x IE9.Win7.For.LinuxVirtualBox.part1.sfx
    $ ./IE9.Win7.For.LinuxVirtualBox.part1.sfx
    $ tar xf "IE9 - Win7.ova"
    $ rm IE9.Win7.For.LinuxVirtualBox.part?.* IE9*.ov?
    $ rm IE9.Win7.For.LinuxVirtualBox.part?.* IE9*.ov? ie9-win7.txt
    ```

    ### IE10 - Win8
    @@ -54,14 +54,12 @@ $ wget -i https://gist.github.com/magnetikonline/5274656/raw/ie10-win8.txt
    $ chmod u+x IE10.Win8.For.LinuxVirtualBox.part1.sfx
    $ ./IE10.Win8.For.LinuxVirtualBox.part1.sfx
    $ tar xf "IE10 - Win8.ova"
    $ rm IE10.Win8.For.LinuxVirtualBox.part?.* IE10*.ov?
    $ rm IE10.Win8.For.LinuxVirtualBox.part?.* IE10*.ov? ie10-win8.txt
    ```

    ## Install notes
    - Create a new VM in VirtualBox
    - Select *Use an existing virtual disk*, pick your downloaded and extracted image
    - Choose *Make a seperate copy of the virtual disk*
    - **Don't convert** image when prompted
    - Select *Use an existing virtual disk*, pick your downloaded and extracted `*.vmdk` image
    - All images are 32bit VM's


  30. Peter Mescalchin revised this gist Mar 30, 2013. 4 changed files with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -10,7 +10,7 @@ Linux installation notes (tested under Ubuntu 12.04LTS), assuming VirtualBox is
    ```shell
    $ mkdir -p ~/vm/ie7vista
    $ cd ~/vm/ie7vista
    $ wget -i https://gist.github.com/magnetikonline/5274656/raw/IE7-Vista.txt
    $ wget -i https://gist.github.com/magnetikonline/5274656/raw/ie7-vista.txt
    $ chmod u+x IE7.Vista.For.LinuxVirtualBox.part1.sfx
    $ ./IE7.Vista.For.LinuxVirtualBox.part1.sfx
    $ tar xf "IE7 - Vista.ova"
    @@ -39,7 +39,7 @@ $ rm IE8.WinXP.For.LinuxVirtualBox.sfx IE8*.ov?
    ```shell
    $ mkdir -p ~/vm/ie9win7
    $ cd ~/vm/ie9win7
    $ wget -i https://gist.github.com/magnetikonline/5274656/raw/IE9-Win7.txt
    $ wget -i https://gist.github.com/magnetikonline/5274656/raw/ie9-win7.txt
    $ chmod u+x IE9.Win7.For.LinuxVirtualBox.part1.sfx
    $ ./IE9.Win7.For.LinuxVirtualBox.part1.sfx
    $ tar xf "IE9 - Win7.ova"
    @@ -50,7 +50,7 @@ $ rm IE9.Win7.For.LinuxVirtualBox.part?.* IE9*.ov?
    ```shell
    $ mkdir -p ~/vm/ie10win8
    $ cd ~/vm/ie10win8
    $ wget -i https://gist.github.com/magnetikonline/5274656/raw/IE10-Win8.txt
    $ wget -i https://gist.github.com/magnetikonline/5274656/raw/ie10-win8.txt
    $ chmod u+x IE10.Win8.For.LinuxVirtualBox.part1.sfx
    $ ./IE10.Win8.For.LinuxVirtualBox.part1.sfx
    $ tar xf "IE10 - Win8.ova"
    File renamed without changes.
    File renamed without changes.
    File renamed without changes.