dan gibson
dan gibson

Reputation: 3665

How does vmware easy install work?

With VMWare Workstation Easy Install you can install an OS without any input. How does it do this? Is the support for this built into the OS, or does vmware do some magic to automatically select the correct options?

Upvotes: 11

Views: 12757

Answers (2)

One Bad Panda
One Bad Panda

Reputation: 664

For a bit of further information:

The easy setup leverages the existing unattended setup technologies present in given OS distributions.

In the case of Windows it does the above. In the case of most Linux distributions it would do a kickstart file (or the distribution equivalent if it's supported) based on the information you provide during the setup wizard in VMware.

Most OSes (most, not all) provide some method for unattended setups. A lot of this is the byproduct of no one wanting the prospect of having to manually install multiple machines. You can look here for more information on kickstart files used in RPM distributions of Linux and here for more information on unattended installations of Windows

Upvotes: 7

Wyzard
Wyzard

Reputation: 34573

The support is built into the OS. For example, in the case of Windows guests, VMware generates a floppy disk image containing a txtsetup.oem and some other files used for Windows' unattended-installation feature.

Upvotes: 15

Related Questions