1.0

Table Of Contents
www.vmware.com
34
VMware ACE Administrator’s Manual
<InstallTempPath> is the full path to the folder where you want to store
the administrative installation image.
2. Run a silent installation using msiexec and the administrative installation
image you extracted in the previous step:
msiexec -i "<InstallTempPath>\VMware ACE.msi"
[INSTALLDIR="<PathToProgramDirectory>"] ADDLOCAL=ALL
[REMOVE=<featurename,featurename>] /qn
Enter the command on one line. If you want to install VMware ACE Manager in a
location other than the default, change the path that follows INSTALLDIR= to
specify the desired location.
You may use the optional REMOVE= property to skip installation of certain
features. The REMOVE= property can take one or more of the following values:
If you specify more than one value, use a comma to separate the values. For
example, REMOVE=Authd,NAT.
Note: If you specify REMOVE=Network, the installer skips installation of
certain networking components, including NAT and DHCP. There is no need to
specify DHCP or NAT separately.
You may customize the installation further by adding any of the following
installation properties to the command using the format
PROPERTY="value". A value of 1 means true; a value of 0 means false. If you
use the serial number property, enter the serial number, complete with hyphens
(xxxxx-xxxxx-xxxxx-xxxxx).
Value Description
Authd The VMware authorization service
Network Networking components including the virtual bridge and the host adapters for
host only networking and NAT networking; do not remove if you want to use
NAT or DHCP
DHCP The virtual DHCP server
NAT The virtual NAT device
Property Effect of the Property Default
DESKTOP_SHORTCUT Installs a shortcut on the desktop 1
DISABLE_AUTORUN Disables CD autorun on the host 1
REMOVE_LICENSE (Uninstall only) Removes all stored licenses at uninstall 0