OneGet/oneget

Uninstall-Package is still not working with "Programs" provider

Opened this issue · 0 comments

Vbbab commented

#273 was closed due to inactivity, but the issue is still not fixed!

Example,

PS > Get-Package -ProviderName Programs -Name "testapp"
# "testapp" is confirmed to be a "Programs" provided package
PS > Uninstall-Package -Name "testapp" -Verbose
VERBOSE: Performing the operation "Uninstall Package." on target "Package 'testapp' with version '1.0.0'.".

Package was not actually uninstalled, I can keep running the command with no error (even though it should be uninstalling).