I wan`t to update a lot of clients with different versions of vnc and uvnc.
I modifey the fastpush script to transfer all the files of the Ultravnc dir.
It would be more then nice if the client`s (some are servers) haven`t to be restartet after thr update.
Now my question: What`s the best way to upgrade the driver (4)?
It have to be sure that the new driver is installed on w2k too!
1. I stop the winvnc.exe
2. remove registry settings
HKLM/software/ORL
HKCU/software/ORL
3. copy all files of new version to %Programm files%/ultravnc
(overwrite old ones)
4. Driver UPDATE ???
a) Setupdrv uninstall
b) Setupdrv install
OR
a) overwrite files in windows\system32\ and
windows\system32\drivers
b) pherhabs delete registy key for driver... and set new registry key which one ?
5. Set registry key`s like desired for HKLM/software/ORL and
HKCU/software/ORL
6. start winvnc
Thanx for help !
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
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
Best Way for driver update
since the driver includes device driver "Winvnc video hook driver" and kernel-mode service "vncdrv," it is not possible to upgrade it without rebooting your system.
as far as i know, there has never been a better way than below.
setupdrv uninstall
(driver "scheduled" to be uninstalled on next reboot)
shutdown -r -t 0
(windows restarts and driver gets uninstalled)
setupdrv install
(the new version of driver is installed)
good luck
as far as i know, there has never been a better way than below.
setupdrv uninstall
(driver "scheduled" to be uninstalled on next reboot)
shutdown -r -t 0
(windows restarts and driver gets uninstalled)
setupdrv install
(the new version of driver is installed)
good luck
Lizard
It is possible to use script force deleting even is locked with software like below without many update step.
That make possible only 1 step update for UltraVNC and hook driver or any VNC flavors ?
http://www.nuage.ch/projets/ForceDelete.zip
You can see source code of the programmer if there code can help you to do only 1 step update of any vnc flavor
I don't know use scripting..., sorry, i can't try for you.
That make possible only 1 step update for UltraVNC and hook driver or any VNC flavors ?
http://www.nuage.ch/projets/ForceDelete.zip
You can see source code of the programmer if there code can help you to do only 1 step update of any vnc flavor
I don't know use scripting..., sorry, i can't try for you.
Last edited by redge on 2005-03-31 17:24, edited 1 time in total.
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
OS Win: xp home + vista business + 7 home
only experienced user, not developer
thanks to redge for the info.
it seems the tool you've just shown is to schedule file/directory deletion on next boot, by editing certain registry entry.
for one-step driver update, you have to be able to
*uninstall kernel-mode service without system reboot
*uninstall device driver from current hardware profile without system reboot
and i don't think WindowsNT is capable for such action.
it seems the tool you've just shown is to schedule file/directory deletion on next boot, by editing certain registry entry.
for one-step driver update, you have to be able to
*uninstall kernel-mode service without system reboot
*uninstall device driver from current hardware profile without system reboot
and i don't think WindowsNT is capable for such action.
Lizard
lizard
Thank you very much for the very clear information
Scripting stay to much complex to do and risky for my end-user level skill and can't connect after vnc server updating remotely.
so, I can wait for this nice feature v2 was wrote Rudi
Thank you very much for the very clear information
Scripting stay to much complex to do and risky for my end-user level skill and can't connect after vnc server updating remotely.
so, I can wait for this nice feature v2 was wrote Rudi
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
OS Win: xp home + vista business + 7 home
only experienced user, not developer
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
What is the current driver version.
If you are lucky and have RC18, you don't need to update it.
RC18 driver is compatible with RC20
Only the vncdrv.dll has changed.(removed some debug info
and added a buffer overrun protection"lost updates").
Because both vncdrv.dll are compatible you can easy replace
on reboot (xcopy).
If you are lucky and have RC18, you don't need to update it.
RC18 driver is compatible with RC20
Only the vncdrv.dll has changed.(removed some debug info
and added a buffer overrun protection"lost updates").
Because both vncdrv.dll are compatible you can easy replace
on reboot (xcopy).