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
Unattended upgrade install
Unattended upgrade install
I'm trying to script an update to VNC across a few hundred machines that have a couple different older versions installed. I know we have 1.2.2.3 and 1.1.9.6, possibly others. My hope is to push out an install via PowerShell to each machine that will upgrade what is already installed, install as a service, apply the settings (INI), and just work. So far I've got it to install, but it doesn't automatically stop the old service and start the new. Is that possible without a restart?
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
Re: Unattended upgrade install
You can add this to the install bat
net stop uvnc_service
replace files
net start uvnc_servce
This is how the upgrade is done in the inno setup
net stop uvnc_service
replace files
net start uvnc_servce
This is how the upgrade is done in the inno setup
Re: Unattended upgrade install
dan-j: Could you please share your script to update UVNC installs. I also have many PC's that I need to upgrade.
Thank you,
Docfxit
Thank you,
Docfxit