Basically I use uvnc on several PC with different ports N°
192.168.0.1:5901
192.168.0.2:5902
.....
Currently I'm remotely upgrading the PCs from RC18 & RC19 to RC205 with a modified innno setup script. Everything goes great except that I can't keep the server listenning on the registered port after the upgrade.
The result is that after the upgrade the config is
192.168.0.1:5900
192.168.0.2:5902
....
Is there any way to automatically keep the previous settings instead of backing up registry HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3\Default\PortNumber ?
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
How to keep Winvnc Port or Dispaly N° after upgrade ?
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
There is no reason why the ports should default to 5900
Is the registry changed after you run your script ?
The only change between RC19/19 RC205 is that the port settings are always the HKLM and not longer the HKCU
(running as service)
Unless you had previous your ports defined at user level
they should remain the same.
Is the registry changed after you run your script ?
The only change between RC19/19 RC205 is that the port settings are always the HKLM and not longer the HKCU
(running as service)
Unless you had previous your ports defined at user level
they should remain the same.
Solved:How to keep Winvnc Port or Dispaly N° after upgrade ?
I solved it;
it was a mistake in my inno setup script.
I was using "deletekey" instead of "deletevalue" to change some registry parameters (password, alowproperties, etc...).
All is working fine now.
it was a mistake in my inno setup script.
I was using "deletekey" instead of "deletevalue" to change some registry parameters (password, alowproperties, etc...).
All is working fine now.