Any way to programmatically install vmWare Player or VirtualBox or any other free virtualization package on a client computer together with an image?

0

I want to write an installer to automatically install some kind of virtualization software on clients running Windows, and download and start an image. Is it doable?

Ruby

Posted 2014-02-14T19:48:38.033

Reputation: 267

3Sure. Windows Installers support silent installations. You can start VMWare and VirtualBox through a command line. – Ramhound – 2014-02-14T19:56:39.137

1Are you looking for an automation solution? I am pretty sure things like Puppet can do this on windows. – Red Cricket – 2014-02-14T19:58:44.287

No answers