Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/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://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

vnchooks.dll file version

Post Reply
mbrown
20
20
Posts: 44
Joined: 2004-04-24 02:20
Location: Chicago, IL USA

vnchooks.dll file version

Post by mbrown »

I have a batch file that installs/upgrades UltraVNC for computers on my LAN (I don't use the video driver). The batch first stops the service, deletes all files in the server's UltraVNC directory, then copies the files for the newer version from a network share, then applies a .reg file with the settings I like, including password, and finally restarts the service.

This works fine, since I am not using the video driver, except for one issue: the vnchooks.dll file does not delete because it is in use. Then, of course, the file copy process does not copy the new vnchooks.dll file to the server. UltraVNC still works fine, but this vnchooks issue is bothering me.

I see that the version of vnchooks.dll is 3.3.6.0 on the computers. With the new release (1.1.0.0), I have recently been playing around with the /saveinf and /loadinf instead of my batch, and noticed that the log says that it tries to copy version 1.1.0.0 of the vnchooks.dll, but I have a newer version (3.3.6.0), so it skips it.

What I want to know is what the differences are between the two versions and what I can do to get the 1.1.0.0 version to overwrite the older 3.3.6.0 version. Please help.

Thanks
Michael
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6862
Joined: 2004-04-23 10:21
Contact:

Post by Rudi De Vos »

For rel 1.0 all version have been set to 1.1.0.0.

1.1.0.0==3.3.6 (hookdll didn't change in ages, realvnc number).
It is no problem if you keep the old file, as they are both identical.
mbrown
20
20
Posts: 44
Joined: 2004-04-24 02:20
Location: Chicago, IL USA

Post by mbrown »

Great, Rudi. Thank you very much!
Michael
Post Reply