Hello, I used a little workaround for that. Here is the batch script that I used:
:: Creating a temp folder to get the newest tools
md C:\vmwaretools-update\
set TMP=C:\vmwaretools-update\
C:
cd "C:\Programme\VMware\VMware Tools\"
:: Running the Upgrader with a wrong parameter to get the newest Version only! It doesn't update, yet!
start "" /wait VMwareToolsUpgrader.exe -p "/s /v\"/qn /noreboot\""
cd C:\vmwaretools-update\00*
:: Now the actual update begins
start "" /wait setup.exe /s /v"/qn REBOOT=ReallySuppress"
C:
set TMP="C:\Dokumente und Einstellungen\Administrator\Lokale Einstellungen\Temp\"
rd C:\vmwaretools-update\
exit
I hope it helps you!
Greetings Phil