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

Ultra VNC installtion without video driver

Post Reply
Pemdas
8
8
Posts: 16
Joined: 2010-12-16 22:33

Ultra VNC installtion without video driver

Post by Pemdas »

Hi,

I am using seup.exe from the below website with the following inf configuration on windows 7 (32 and 64 bit) machines.
I need to install Ultra VNC software silently on local machine.

http://vnced.sourceforge.net/downloads.php

Settings of the INF file:
[Setup]
Lang=en
Dir=C:\Program Files\UltraVNC
Group=UltraVNC
NoIcons=0
SetupType=server
Components=ultravnc_server
Tasks=installservice


Batch file command
@echo off
certutil.exe -addstore "TrustedPublisher" UVNCDisplayDriverCertificate.cer
UltraVNC_1.0.8.2_Setup.exe /verysilent /loadinf="UltraVNC.inf"
xcopy "ultravnc.ini" "%PROGRAMFILES%\UltraVNC\" /R /Y
net stop uvnc_service

I do not need to install the display driver.
I could not find a way to exclude this display driver.
Moreover display driver installation does not work with Microsoft RDP session.

Can someone please tell me how to exclude this display driver from the above silent installation?
Post Reply