What are these files and do I need them? I'm deploying the script to the end user's pc and they might not have the proper Internet connection to go outside of our network for these downloads.
I tested it on Win XP Pro and 7 Pro.
Any advice?
Code: Select all
@echo off
"C:\App Deploy\UltraVNC_1.0.8.2_Setup.exe" /verysilent /loadinf="uvncinstall.inf" /log
copy "C:\App Deploy\ultravnc.ini" "C:\Program Files\UltraVNC\ultravnc.ini" /Y
net start uvnc_service
Code: Select all
[Setup]
Lang=EN
Dir=C:\Program Files\UltraVNC
Group=UltraVNC
NoIcons=1
SetupType=FULL
Components=ultravnc_server
Tasks=installservice,startservice,associate