-
-
Save JayHoltslander/e7de2c19a37b6783b8d9 to your computer and use it in GitHub Desktop.
Revisions
-
magnetikonline revised this gist
Aug 8, 2015 . 9 changed files with 101 additions and 76 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 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) - [IE11 - Win10](#ie11---win10) - [Activating images](#activating-images) - [Rearming images](#rearming-images) - [Further notes](#further-notes) ## 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 $ 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 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 $ 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 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 $ 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 $ 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 $ 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 $ 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 $ 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). ### 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, 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://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/ This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ 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 This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,7 @@ 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 This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ 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 This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,6 @@ 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 This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,5 @@ 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 This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,2 +1,2 @@ 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 This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ 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 -
magnetikonline revised this gist
Oct 10, 2014 . 2 changed files with 11 additions and 14 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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) ### IE7 - Vista **Note:** Sadly no IE7 with XP image has been provided by Microsoft, which could have offered a smaller download. This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,4 @@ 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 -
Peter Mescalchin revised this gist
May 19, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 14.04LTS/12.04LTS), assuming VirtualBox is already installed on host. - [Available images](#available-images) - [Install notes](#install-notes) -
Peter Mescalchin revised this gist
Mar 27, 2014 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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: -
Peter Mescalchin revised this gist
Mar 7, 2014 . 1 changed file with 7 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 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* 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* 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 ``` ## 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 currently possible to rearm the trial period of Windows 8 images. ## Further notes -
Peter Mescalchin revised this gist
Mar 7, 2014 . 1 changed file with 9 additions and 9 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 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 the "rearm" process: - To rearm a Windows XP image: -
magnetikonline revised this gist
Jan 6, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 as an administrator: C:\> slmgr /ato -
magnetikonline revised this gist
Jan 4, 2014 . 1 changed file with 5 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 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 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 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 -
magnetikonline revised this gist
Jan 4, 2014 . 1 changed file with 45 additions and 31 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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) ## 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. - 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. ### 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. - 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. ### 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. - 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. - 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. - 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. - 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. - 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. ## 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 ## 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 Windows XP image: C:\> rundll32.exe syssetup,SetupOobeBnk - To rearm Windows Vista, and 7 run the following as an administrator: C:\> slmgr /rearm ## Further notes -
magnetikonline revised this gist
Dec 22, 2013 . 1 changed file with 7 additions and 7 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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. ### 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. -
magnetikonline revised this gist
Dec 22, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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---win81) ### IE7 - Vista -
magnetikonline revised this gist
Dec 22, 2013 . No changes.There are no files selected for viewing
-
magnetikonline revised this gist
Dec 22, 2013 . 3 changed files with 42 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ # 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. This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
magnetikonline revised this gist
Dec 22, 2013 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ # 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 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. -
magnetikonline revised this gist
Dec 22, 2013 . 6 changed files with 29 additions and 26 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 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.part1.sfx $ ./IE8.WinXP.For.LinuxVirtualBox.part1.sfx $ 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 - 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 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 This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +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 This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,5 @@ 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 This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,4 @@ 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 This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +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 This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +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 -
Peter Mescalchin revised this gist
Jul 26, 2013 . 1 changed file with 5 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
Peter Mescalchin revised this gist
Jul 26, 2013 . 1 changed file with 21 additions and 9 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 $ 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 $ 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 $ 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 $ 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 `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. -
Peter Mescalchin revised this gist
Jul 26, 2013 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,3 @@ 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 -
Peter Mescalchin revised this gist
Jul 26, 2013 . 1 changed file with 5 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ 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 -
Peter Mescalchin revised this gist
Jul 26, 2013 . 1 changed file with 5 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ 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 -
Peter Mescalchin revised this gist
Jul 26, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ https://az412801.vo.msecnd.net/vhd/IEKitV1_Final/VirtualBox/Linux/IE8_XP/IE8.WinXP.For.LinuxVirtualBox.sfx -
Peter Mescalchin revised this gist
Jul 11, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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: C:\> slmgr –rearm -
Peter Mescalchin revised this gist
Jul 11, 2013 . 1 changed file with 6 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 WindowsXP image: C:\> rundll32.exe syssetup,SetupOobeBnk - To rearm Windows Vista,7 and 8 run the following: C:\> slmgr –rearm ## Further notes -
Peter Mescalchin revised this gist
Jul 11, 2013 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 **Note:** Sadly no IE7 with XP image is provided, which would have offered a smaller download. -
Peter Mescalchin revised this gist
Jul 11, 2013 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 **Note:** Sadly no IE7 with XP image is provided, which would have offered a smaller download. -
Peter Mescalchin revised this gist
Jul 11, 2013 . 1 changed file with 15 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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. ``` $ 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 ``` $ 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 ``` $ 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 ``` $ 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 ``` ## Further notes -
Peter Mescalchin revised this gist
Mar 30, 2013 . 1 changed file with 12 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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? 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 ```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 -
Peter Mescalchin revised this gist
Mar 30, 2013 . 2 changed files with 10 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 - 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 -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 - 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 - 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/ This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
Peter Mescalchin revised this gist
Mar 30, 2013 . 1 changed file with 4 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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? 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? 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? ie10-win8.txt ``` ## Install notes - Create a new VM in VirtualBox - Select *Use an existing virtual disk*, pick your downloaded and extracted `*.vmdk` image - All images are 32bit VM's -
Peter Mescalchin revised this gist
Mar 30, 2013 . 4 changed files with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 $ 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 $ 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 $ 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.
NewerOlder