Skip to content
/ ievms Public
forked from xdissent/ievms

Automated installation of the Microsoft IE App Compat virtual machines

Notifications You must be signed in to change notification settings

4moms/ievms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 

Repository files navigation

Note

This is a fork, not the main repo.

Please don't submit issues or pull requests here.

Main repo is at https://github.com/xdissent/ievms

Installation

Get this repository

git clone [email protected]:4moms/ievms
cd ievms
git checkout add-argument

(Optional) Add ievms.sh into your PATH

mkdir -p ~/bin
ln -s $(pwd)/ievms.sh ~/bin/

Get the cached copies of the VMs

Mount the fileserver

sudo mkdir -p /storage01/4moms
sudo chown $LOGNAME $_
mount -t smbfs //[email protected]/4moms /storage01/4moms

Get the VMs

rsync -PzrtvR --modify-window=10 /storage01/4moms/Software\ Development/./.ievms ~

Install each version

Available: 6, 7, 8, or 9. Run ievms.sh $version(s), e.g. to install 7 and 9:

ievms.sh 7 9

About

Automated installation of the Microsoft IE App Compat virtual machines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%