Is it possible to create a standalone virtual pc application like vmware does? - Stack Overflow [closed]most recent 30 from stackoverflow.com2009-12-02T19:30:20Zhttp://stackoverflow.com/feeds/question/151540http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/151540/is-it-possible-to-create-a-standalone-virtual-pc-application-like-vmware-does1Is it possible to create a standalone virtual pc application like vmware does? [closed]paan2008-09-30T02:27:36Z2008-10-01T13:53:41Z
<p>With vmware, you can create standalone executables of the vm image you are using. They call it vmware application.</p>
<p>Is there a way to create the same thing using virtual pc.</p>
http://stackoverflow.com/questions/151540/is-it-possible-to-create-a-standalone-virtual-pc-application-like-vmware-does/151547#1515470Answer by stimms for Is it possible to create a standalone virtual pc application like vmware does?stimms2008-09-30T02:30:20Z2008-09-30T02:30:20Z<p>Yep. All the virtual appliances are are installations of free operating systems which are then configured to run a specific application or provide a specific purpose. You simply ship the disk image as your appliance. </p>
http://stackoverflow.com/questions/151540/is-it-possible-to-create-a-standalone-virtual-pc-application-like-vmware-does/151562#1515620Answer by mgb for Is it possible to create a standalone virtual pc application like vmware does?mgb2008-09-30T02:34:07Z2008-10-01T13:53:43Z<p>Neither are really standalone, vmware requires the free player and virtualPC is a free download.<br />
It's also worth considering virtualBox (from Sun) also free and faster (in my experience)</p>
<p>virtualPC is less convenient for linux hosts and since the guest generally has to be a free OS to allow you to distribute it - this means it is less common. Additionally virtualPC VMs can only run on a windows host which rather again makes them less popular.</p>