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

Uninstall Script

Here you will find help for frequently asked questions as well as for your specific question
Post Reply
ade210
Posts: 4
Joined: 2022-05-19 20:43

Uninstall Script

Post by ade210 »

Hi All,

I have a number of PCs running older ultraVNC versions (1.0.9.5 and 1.2.24) in my environment. Need a way to automate the uninstall on all the PCs. Is there an MSI file for these I can deploy to install and uninstall using GPO. All advice and help are welcome, thanks in advance.
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6832
Joined: 2004-04-23 10:21
Contact:

Re: Uninstall Script

Post by Rudi De Vos »

If installed using the setupXX.exe, it's registered with an uninstaller.
You can uninstall it using the default windows app uninstaller

using cmd
you can use the wmic command
ade210
Posts: 4
Joined: 2022-05-19 20:43

Re: Uninstall Script

Post by ade210 »

Hi Rudi,

Thanks, looking for something I can run on a few hundred PCs at once. Any suggestions?.

Thanks
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6832
Joined: 2004-04-23 10:21
Contact:

Re: Uninstall Script

Post by Rudi De Vos »

How is it installed ?
msi/ setup_xxx.exe
OS pc ?
ade210
Posts: 4
Joined: 2022-05-19 20:43

Re: Uninstall Script

Post by ade210 »

Thanks for your response.

It's installed using setup_xxx.exe
PCs are mostly windows 10.
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6832
Joined: 2004-04-23 10:21
Contact:

Re: Uninstall Script

Post by Rudi De Vos »

This stop the service if needed
Usual you only have the 32 or 64 bit version, if default path is used

uninstall.bat

net stop uvnc_service
"C:\Program Files\uvnc bvba\UltraVNC\unins000.exe" /VERYSILENT
"C:\Program Files (x86)uvnc bvba\UltraVNC\unins000.exe" /VERYSILENT
ade210
Posts: 4
Joined: 2022-05-19 20:43

Re: Uninstall Script

Post by ade210 »

Thanks Rudi. Will give it a try. Appreciate your responses.
Post Reply