Skip to content

azu/modern.ie.virtualbox.scripts

 
 

Repository files navigation

modern.ie.virtualbox.scripts

setup and start modern.ie virtual machines

We abbreviate virtual machine to vm hereafter. For example, if you want to start a "IE9 - Win7" vm, run the following command in the terminal app.

The old version of this script which was written in bash script was deprecated. The latest version of this script is written in node.js and PhantomJS | PhantomJS

Setup

  • Install node.js.
  • Install phantom.js
$ npm install -g phantomjs

Usage

$ node index.js "IE9 - Win7"

Supported vm types:

  • IE6 - WinXP
  • IE8 - WinXP
  • IE7 - Vista
  • IE8 - Win7
  • IE9 - Win7
  • IE10 - Win7
  • IE11 - Win7
  • IE10 - Win8
  • IE11 - Win8.1

This script does the following things:

  • If the vm of the same name as vm type does not exist, check the *.ova for the vm type file exists.
    • If *.ova file does not exist, download *.sfx and *.rar files and concat them to create *.ova file.
      • This script skips files which already exists. If you have imcomplete files, remove them and rerun this script.
    • Import *.ova file and create a vm.
    • Attach a dvd storage for VirtualBox GuestAdditions.
    • Take a snapshot of the vm so that you can reset quickly after the OS trial expires.
  • Start the vm.
  • Set the shared clipboard config to bidirectional.

こちらも参考になるかも

About

setup and start modern.ie virtual machines

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published