Hi,
Can any body have any idea how the check_install.exe, that comes with
uvnc installer is implemented?
It stops current installation if previously installed service is running.
If somebody could provide source code for it i would be very happy
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
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- 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
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- 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
checking previous installation during setup
checking previous installation during setup
Regards
Roja
Roja
Re: checking previous installation during setup
Actually single instance is maintained by creating mutex of the application.
But thanks to innoset up, we can just set a variable named
"Appmutex = XYZ" in innoset up that stops installing another instance while previous is running
But thanks to innoset up, we can just set a variable named
"Appmutex = XYZ" in innoset up that stops installing another instance while previous is running
Regards
Roja
Roja