passionengine / ii

:ii
http://github.com/passionengine/ii
13 stars 2 forks source link

Support running interactive commands via Virtualbox Guestcontrol #3

Open hh opened 13 years ago

hh commented 13 years ago

Neither Vagrant or the Virtualbox gem seem to support running commands on a windows box yet.

Guest Control can be used to automate deployment of software within the guest, it's already being used with sysprep.

VBoxManage guestcontrol documention

It would be interesting to look at using this instead of ssh on linux, and may be a better path on windows.