Customized deployment of VMware Tools requires installer in MSI format. This article provides steps toe extract "VMware Tools64.msi" file from the VMware Tools executable
VMware Tools
VMware tools download in Broadcom support portal is available in executable (.exe) or ISO formats, which are suitable for standard installations. However, customized deployments may require VMware tools in (.msi) format
VMware Tools ISO package can be converted to an MSI format by extracting it using the following steps:
cd C:\Users\<YourUsername>\Downloads
VMware-tools-12.4.0-23259341-x86_64.exe /x
%TEMP%\{GUID}~setup\.
Please Note: Before installing the MSI package, ensure that the latest Microsoft Visual C++ Redistributable is installed. You can either use the version included in the extracted files (vcredist*.exe) or download the latest version from the official Microsoft website.