Può capitare che l'installazione dei VMware tool fallisca, con codice evento 1722:
Product: VMware Tools -- Error 1722.There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor. Action VM_RegisterVCBSnapshotProviderService, location: C:\WINDOWS\Installer\MSI1E.tmp, command: -register "C:\Program Files\VMware\VMware Tools\Drivers\vss\VCBSnapshotProvider.dll" "VMware Snapshot Provider" "vmvss" "VMware Snapshot Provider"
Ho risolto lanciando l'installazione dei tools da riga di comando, bypassando il componente VSS:
msiexec.exe -i "G:\VMware Tools.msi" /qb ADDLOCAL=ALL REMOVE=VSS,vmdesched,WYSE REBOOT=ReallySuppress