-
Notifications
You must be signed in to change notification settings - Fork 342
cuninst <packageName> command doesn't delete exe wrappers in Chocolatey bin folder #400
Comments
Yes, check out #6 I believe. The uninstall is not done, its still very On Saturday, January 4, 2014, lexxmark wrote:
Rob http://devlicio.us/blogs/rob_reynolds |
It's #6 |
Seconded. |
The uninstall behavior really is quite strange. As mentioned, the uninstaller should remove the wrappers since it has all information it needs. But what really surprised me is that, for some reason, the uninstall procedure recreates all of the wrappers (the operation looks exactly the same as when installing the application). But at least I can see all their names and can remove them manually. |
Note my comment about it being naive (aka not fully implemented) |
i added the original uninstall capability as a naive implementation that requires chocolateyuninstall.ps1. many pkgs dont have that capability. its very ymmv at this point but its going to get a lot better as indicated above so stay tuned |
This should be fixed as part of 0.9.8.24 |
I added winflexbison package recently and noticed an issue with package uninstalling.
When I invoked "cuninst winflexbison" command the shell wrappers for executable files were not deleted.
How to reproduce:
The text was updated successfully, but these errors were encountered: