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

How to find Ultravnc Viewer Registry Entry Path

Developers may discuss here
Post Reply
martinx
Posts: 1
Joined: 2012-02-16 15:07

How to find Ultravnc Viewer Registry Entry Path

Post by martinx »

hi, i need (via my vb.net program) to find out the installation path of the ultravnc viewer.
i found something under HKEY_CURRENT_USER\Software\ORL\VNCviewer
but there are no path information.
I try to find it with
RegKey = Registry.LocalMachine.OpenSubKey
RegKey = Registry.CurrentUser.OpenSubKey

but i found nothing
Greetings
Post Reply