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

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

(Visited 50 times, 1 visits today)