-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor uninstallation #2952
Comments
Not sure if this is the right place for this, but would it be possible to add an option to run the uninstaller script regardless of whether the application is still running? Corsair iCUE's uninstaller automatically kills all of its processes before uninstalling, but it's unnecessarily difficult to have to kill all Corsair iCUE processes before uninstalling, as they also include services. |
This was referenced Oct 17, 2019
r15ch13
pushed a commit
that referenced
this issue
May 20, 2021
slaughtering
pushed a commit
to slaughtering/scoop
that referenced
this issue
Jun 25, 2021
The issue is the same as for ScoopInstaller#2952, workaround until the proper solution is implemented. The code is also directly copied from there. Fixes ScoopInstaller#4310
Lutra-Fs
added a commit
to Lutra-Fs/Scoop
that referenced
this issue
Oct 11, 2023
rashil2000
added a commit
that referenced
this issue
Oct 26, 2023
…p is running (#5687) * fix(scoop-reset): change #2952 fix to be the same with scoop-install * update changelog * Update CHANGELOG.md Co-authored-by: Rashil Gandhi <[email protected]> --------- Co-authored-by: Rashil Gandhi <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Implemented in shovel 0.5
libexec/uninstall.ps1
andbin/uninstall.ps1
use similar/duplicated code for uninstallationThe text was updated successfully, but these errors were encountered: