bdukes / Chocolatey-Packages

Packages for the Windows installation utility
Apache License 2.0
7 stars 14 forks source link

rustdesk: uninstall does not work #60

Closed jkirk closed 2 weeks ago

jkirk commented 2 weeks ago

As a quick follow up to #58 I want to report that (automatic) uninstall does not seem to work correctly:

Currently (as of the currently unreleased version 1.3.1) I have to do the following to cleanly(?) uninstall rustdesk:

PS C:\Windows\system32> choco uninstall -y rustdesk.install
Chocolatey v2.3.0
Uninstalling the following packages:
rustdesk.install

rustdesk.install v1.3.1
 Running auto uninstaller...

  Did you know licensed versions of Chocolatey are 95% effective with
   Automatic Uninstaller due to licensed enhancements and Package
   Synchronizer?

For the question below, you have 30 seconds to make a selection.
Uninstall may not be silent (could not detect). Proceed?([Y]es/[[N]o]):

 Skipping auto uninstaller - Installer type was not detected and no silent uninstall key exists.
If the application was not removed with a chocolateyUninstall.ps1,
 please remove it from Programs and Features manually.
 rustdesk.install has been successfully uninstalled.

Chocolatey uninstalled 1/1 packages.
 See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
PS C:\Windows\system32> & "C:\Program Files\RustDesk\RustDesk.exe" --uninstall

Thank you!

bdukes commented 2 weeks ago

I've pushed a new 1.3.1 package which includes an uninstall script. Thanks!