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

Unattended upgrade install

Here you will find help for frequently asked questions as well as for your specific question
Post Reply
dan-j
Posts: 2
Joined: 2019-04-16 15:52

Unattended upgrade install

Post by dan-j »

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?
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6832
Joined: 2004-04-23 10:21
Contact:

Re: Unattended upgrade install

Post by Rudi De Vos »

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
docfxit
20
20
Posts: 57
Joined: 2005-05-10 18:48

Re: Unattended upgrade install

Post by docfxit »

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
Post Reply