首先产生静默安装配置文件vnc.ini
UltraVNC-Setup.exe /saveinf="vnc.ini"
然后使用
UltraVNC-Setup.exe /loadinf="vnc.ini" /silent
来进行静默安装。
安装文件是inio包也可以使用/VERYSILENT /SP-静默参数
下面是引用的原文
Automate Installation
If you need to install UltraVNC on a large number of computers, you might consider automating the installation.
The following command line parameters can be passed to the
setup:
/dir="Dirname"
Sets installation directory to Dirname .
/no restart
Suppresses a reboot at the end of the installation.
Not required since the installation no longer requires a reboot.
/silent or /very silent
Suppresses either pop-up of dialog boxes or any GUI at all.
/loadinf="Filename"
Loads the configuration file Filename for the installation.
This configuration file can be generated by going through setup with UltraVNC-xxxx-Setup.exe /saveinf="Filename".
Filename should be fully qualified.
/log
Writes a log file to the Temp directory.
Could be used for debugging