Try this workaround.
- Open the the OVF file using a text editor.
- Locate the line:
<vmw:Config ovf:required="false" vmw:key="tools.toolsUpgradePolicy" vmw:value="useGlobal"/> - Change this line to:
<vmw:Config ovf:required="false" vmw:key="tools.toolsUpgradePolicy" vmw:value="manual"/>
Alternatively, export the virtual machine back to Workstation and change VMware Tools update option to manual:
- Right-click the virtual machine in Workstation and click Edit Settings.
- In the Options tab, change the VMware Tools update option from Use application default to Manual