VMware Tools upgrade or installation on a Windows virtual machine terminates unexpectedly. The installer UI may disappear without a visible error message during execution. This behavior is typically observed when security agents or restricted permissions block the installer from writing to the local cache or temporary directories.
Error 1603"vminst.log or vmmsi.log generated in C:\Users\<User Name>\AppData\Local\Temp (%Temp%) reports winerror code 5 (Access is denied) or Error 1723.vminst.log shows: Util_CopyFile: The file copy operation failed| winerror code 5 (Access is denied.)C:\ProgramData\VMware or C:\Program Files\Common or Files\VMware\VMwareToolsInstallerCache results in a "Permission Denied" error.
Error 1723. There is a problem with this Windows Installer package. A DLL required for this install to complete could not be run. Contact your support personnel or package vendor. Action VM_LogStart, entry: VMLogStart, library: C:\Users\ADMINI~1\AppData\Local\Temp\1\#######.tmpInsufficient Access Control Lists (ACLs) or interference from third-party security software prevent the installer from generating required structures or writing payload data to the local cache, specifically within C:\ProgramData\VMware
To resolve this issue, follow either of the options below on the affected virtual machine:
setup.exe and select Run as administrator to initiate the installation with elevated privileges.<Installation Drive>\Installation Directory\VMware\VMware Tools<Installation Drive>\Program Data\VMware$acl = New-Object -TypeName System.Security.AccessControl.DirectorySecurity;$acl.SetSecurityDescriptorSddlForm("O:BAG:SYD:PAI(A;OICIID;FA;;;SY)(A;OICIID;FA;;;BA)(A;OICIIOID;GA;;;CO)(A;OICIID;0x1200a9;;;BU)(A;CIID;DCLCRPCR;;;BU)");Set-Acl -Path C:\ProgramData\VMware\logs -AclObject $acl;Get-Acl -Path C:\ProgramData\VMware\logs | Format-ListPath : Microsoft.PowerShell.Core\FileSystem::C:\ProgramData\VMware\logsOwner : BUILTIN\AdministratorsGroup : NT AUTHORITY\SYSTEMAccess : NT AUTHORITY\SYSTEM Allow FullControlBUILTIN\Administrators Allow FullControlCREATOR OWNER Allow #########BUILTIN\Users Allow ReadAndExecute, SynchronizeBUILTIN\Users Allow Write
After applying these changes, retry the VMware Tools installation or upgrade.