I made a installation script (batch/cmd) and want to full automatic install the UVNC with configuration files (INI/ACL).
Code: Select all
UltraVNC_1.0.8.2_Setup.exe /loadinf="UltraVNC.inf" /verysilent /norestart
But I don't want and need this downloads and what's more Internet is not available here, just internal net.
How I can disaple this downloads?
My UltraVNC.inf:
Code: Select all
[Setup]
Lang=de
Dir=C:\Program Files\UltraVNC
Group=UltraVNC
NoIcons=0
Components=ultravnc_server,ultravnc_viewer
Tasks=installservice,startservice,associate,cleanreg,acl
AclFile=UltraVNC.acl
SetupType=full