-
Notifications
You must be signed in to change notification settings - Fork 39
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
(Malwarebytes) Not uninstalling #226
Comments
Thanks for raising this issue! The packages within this repository are maintained in my spare time. My spare time, like yours is important. Please help me not to waste it. To help me, and to have the issue resolved more quickly, please see CONTRIBUTING for how to raise a pull request to resolve the issue yourself. Thank you. |
Alright so on this, even if you run this command to uninstall it, it will still pop-up with a "Uninstall Malwarebytes" screen with "Repair" or "Remove". Oddly enough, if you just close out of the window, it will still uninstall in about a minute. So that's what I did with this PR #227. |
Thanks for the issue and the PR. I've fixed this in 9906cda I took a different route from your PR and used the default
I didn't see that in my testing - it just removed it as expected. |
So the reason I have the window closing in the script is because it will just stay open when uninstalling. Does it not do that now? |
I tested it here and the window did not open. It's possible it does that under certain conditions and I didn't meet them. |
|
Nevermind! Sorry about that, jumped the gun! The latest version works for install/uninstall. Good deal. :-) Thanks for checking on this. |
Checklist
(<PACKAGENAME>) <ISSUE SUMMARY>
.Chocolatey Version
2.2.2
Chocolatey License
None
Package Version
5.1.5.90
Current Behaviour
When uninstalling Malwarebytes, it does not remove the software, but Chocolatey thinks it is uninstalled.
Expected Behaviour
Uninstall the software.
Steps To Reproduce
choco install malwarebytes
choco uninstall malwarebytes
Environment
Chocolatey Log
Anything else?
This is what you should run in
ChocolateyUninstall.ps1
to correctly uninstall it:The text was updated successfully, but these errors were encountered: