Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: viewtopic.php?t=37864

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

Silent install without driver download?

Post Reply
asaenger
Posts: 1
Joined: 2011-07-08 07:37

Silent install without driver download?

Post by asaenger »

Hello,

how can I silently install UltraVNC 1.0.9.6.1 without depending on additional internet downloads during install? I tried recording a setup with /saveinf parameter unchecking Driver and Vista Addon files but installation with /loadinf="recordedfile" /silent still fails because it tries to download the the driver and schook.dll from internet. Is there a special parameter for the setup to trigger download options?

Searching the forum I found https://forum.ultravnc.net/viewtopic.php?t=17101 explaing how to create a modified setup für 1.0.8.2 using "win32 bins 1.0.8.2 Full aka winvnc_1.0.8.2.bins.zip". Is there a corresponding zip file for 1.0.9.6.1? The zip I found on the download site only contains vncviewer.exe and winvnc.exe in 2 different versions.
vdominick
Posts: 1
Joined: 2011-08-16 06:52

Re: Silent install without driver download?

Post by vdominick »

I install Ultra VNC with SCCM and got the same error
************* batch file **********
@echo off
Mkdir "C:\program Files\ultravnc"
copy "%~dp0ultravnc.ini" "C:\program files\ultravnc"
"%~dp0UltraVNC_1.0.9.6.1_Setup.exe" /loadinf="%~dp0ultravncInstall.inf" /verysilent /log

*********** ultravncinstall.inf ***********
[Setup]
Lang=en
Dir=C:\Program Files\UltraVNC
Group=UltraVNC
NoIcons=0
SetupType=server
Components=ultravnc_server_s
Tasks=installservice

************ Ultravnc.ini **********
[admin]
UseRegistry=0
MSLogonRequired=1
NewMSLogon=1
DebugMode=0
Avilog=0
path=C:\Program Files\UltraVNC
DebugLevel=0
DisableTrayIcon=0
LoopbackOnly=0
UseDSMPlugin=0
AllowLoopback=0
AuthRequired=1
ConnectPriority=0
DSMPlugin=
AuthHosts=
AllowShutdown=1
AllowProperties=1
AllowEditClients=1
FileTransferEnabled=1
FTUserImpersonation=1
BlankMonitorEnabled=1
BlankInputsOnly=0
DefaultScale=1
CaptureAlphaBlending=0
BlackAlphaBlending=0
primary=1
secondary=0
SocketConnect=1
HTTPConnect=1
XDMCPConnect=0
AutoPortSelect=1
PortNumber=0
HTTPPortNumber=0
IdleTimeout=0
RemoveWallpaper=1
RemoveAero=1
QuerySetting=2
QueryTimeout=10
QueryAccept=0
QueryIfNoLogon=0
InputsEnabled=1
LockSetting=0
LocalInputsDisabled=0
EnableJapInput=0
kickrdp=0
clearconsole=0
DSMPluginConfig=
[admin_auth]
group1=
group2=
group3=
locdom1=0
locdom2=0
locdom3=0
[ultravnc]
passwd=2A9E7302FC87ABE14C
passwd2=2A9E7302FC87ABE14C
[poll]
TurboMode=0
PollUnderCursor=0
PollForeground=0
PollFullScreen=0
OnlyPollConsole=0
OnlyPollOnEvent=0
MaxCpu=0
EnableDriver=0
EnableHook=0
EnableVirtual=0
SingleWindow=0
SingleWindowName=
rossduncan
Posts: 2
Joined: 2011-09-23 09:59

Re: Silent install without driver download?

Post by rossduncan »

Any news on this - I would like to get past this issue too.
Post Reply