VMWare 大量部署時 批次(靜默)安裝 vmtools 指令

分類:VMWare


windows xp vm tool slientmod
setup.exe /s /v "/qn REBOOT=R"


Here is an explanation of the switches.
/S = Silent
/v pass paramaters to msi directly
/qn do silent install
REBOOT=R = Really Do not reboot
ADDLOCAL=ALL = Install all components locally
REMOVE = The components listed will not be installed


Tags:vmtools · vmware