Hi ,
i've the last version of vCloud Director 5.5.1.2 with all the sysprep files include answer file inside located at :
/opt/vmware/vcloud-director/guestcustomization/default/windows/Xp
/opt/vmware/vcloud-director/guestcustomization/default/windows/xp-64
this setup by vmware guide:
once i create new virtual machine it's wont use the answer file and the same file works on an older version of the vCloud Director
on the new version i found different file on the folder
/opt/vmware/vcloud-director/guestcustomization/bundle-mapping.xml - this file ok or need to configure ?
<?xml version="1.0"?>
<bundle-mapping version="1">
<customization-bundles>
<customization-bundle default="true" name="default">
<description>Default guest customization bundle provided by
VMware.</description>
</customization-bundle>
<customization-bundle name="default64">
<description>Guest customization bundle for Win 2012, Win 8, Win 2008 and Win 2008(R2) OS(64 bit version)</description>
<os-list>
<os>windows8Server64Guest</os>
<os>windows7Server64Guest</os>
<os>windows8_64Guest</os>
<os>winLonghorn64Guest</os>
</os-list>
</customization-bundle>
</customization-bundles>
</bundle-mapping>
it's look like the sysprep that copy to the machine are from diffrent location
someone have solution for this problem ?