I have looked around and can't seem to find any updated information on how to create the silent/unattend for the newer version. Is there any documentation available, or can someone give me a hand?
I believe my problem is figuring out how to supply the ultravnc.ini file in the INF file. Here is a copy of what I am currently using (want to tweak it to include an encryption format, just not sure which one to use yet):
Code: Select all
[Setup]
Lang=en
Dir=C:\Program Files\UltraVNC
Group=UltraVNC
NoIcons=0
SetupType=full
Components=ultravnc_server,ultravnc_viewer
Tasks=installservice,startservice,associate,driver
AclFile=\\%logonserver%\software$\UltraVNC\UltraVNC_1.0.8.2\UltraVNC_1.0.8.2.txt
PropertiesFile=\\%logonserver%\software$\UltraVNC\UltraVNC_1.0.8.2\ultravnc.ini
Thanks!