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

Update UltraVNC by SCCM

Post Reply
LookStop
Posts: 2
Joined: 2011-03-24 09:41

Update UltraVNC by SCCM

Post by LookStop »

I've updated UltraVNC 1.0.8.2 to 1.0.9.5 through SCCM.

I've reviewed the installation and I've seen what it does is copy the following files to your computer:

check_install.exe
schook.dll
SecureVNCPlugin.dsm
unins000.exe
unins000.msg
unvc_settings.exe
winvnc.exe

My objective was to update UltraVNC without restarting the computer.

I prepared a batch file that includes the following:

net stop "uvnc_service"
xcopy "\\server\PkgSourceFiles\UltraVNC\*.*" "%programfiles%\ultravnc" /Y
net start "uvnc_service"

In this way it works correctly and is not necessary to restart the pc.

I converted bat file to exe using BatToExe program.

So I distributed by SCCM without problems on some test machines.

The only problem I've seen is that in Add / Remove Programs is listed as version 1.0.8.2 installed, but it really is version 1.0.9.5

Has anyone done this?
Last edited by LookStop on 2011-03-25 08:37, edited 1 time in total.
YY
200
200
Posts: 996
Joined: 2006-11-13 15:11

Re: Update UltraVNC by SCCM

Post by YY »

I'm using the WinXP OS


For WinXP, the information of Add / Remove Programs are kept inside the registry at:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall


Can you try to locate the part of UltraVNC, and update the version info here ?
(You may use the Win buildin tool reg.exe )
Last edited by YY on 2011-03-25 02:23, edited 1 time in total.
LookStop
Posts: 2
Joined: 2011-03-24 09:41

Re: Update UltraVNC by SCCM

Post by LookStop »

YY, it's a great idea.

I didn't think about that.

thanks
Last edited by LookStop on 2011-03-25 08:30, edited 1 time in total.
Post Reply