Specifications

Table Of Contents
VMware, Inc. 35
Chapter 2 Installing VMware Server
To install VMware Server silently on a Windows host
1Extract!the!individual!installation!packages.!Open!a!command!prompt!and!on!one!
line!type:
VMware-server-installer-1.0.0-<xxxx>.exe /a /s /v
"TARGETDIR=C:\temp\server /qn"
where!<xxxx>!is!a!series!of!numbers!representing!version!and!build!numbers.
2Run!the!silent!installation!on!the!extracted!installation!packages.!At!the!command!
prompt,!on!one!line,!type:
msiexec -i "C:\temp\server\VMware Server Standalone.msi" ADDLOCAL=ALL
/qn
The!installation!command!can!be!customized!using
!standard!Microsoft!Windows!
Installer!installation!properties!as!well!as!any!of!the!following:
Property Name Description Default
DESKTOP_SHORTCUT Installs!VMware!Server!shortcuts!on!the!
desktop.!By!default,!shortcuts!are!installed!on!
the!desktop.
To!prevent!shortcuts!from!being!installed,!add!
the!following!in!Step!2:
DESKTOP_SHORTCUT = 0
1
DISABLE_AUTORUN Disables!CD!autorun!on!the!host.!By!default,!
autorun!is!disabled!during!the!installation.
To!enable!autorun,!add!the!following!in!Step!2:
DISABLE_AUTORUN = 0
1
REMOVE_LICENSE Uninstall!only:!Removes!all!stored!licenses!
when!you!uninstall!VMware!Server.!By!
default,!VMware!Server!keeps!the!licenses!on!
the!server.
To!remove!licenses,!add!the!following!in!Step!
2:
REMOVE_LICENSE = 1
Caution:!VMware!strongly!recommends!you!
keep!your!licenses,!in!case!you!reinstall!or!
upgrade!your!software.
0
SERIALNUMBER! Automatically!enters!the!serial
!number.
To!enter!the!serial!number,!add!the!following!
in!Step!2:
SERIALNUMBER=<serialNumber>
none