-
-
Notifications
You must be signed in to change notification settings - Fork 479
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
Bug: Unable to uninstall Chrome (except as admin) (winget version) #198
Comments
However, this won't change the uninstall command (local pc and winget are handled in the same way) |
I see... I thought not being able to uninstall was because of the package not being correctly identified by Winget. I just remembered that I had the same problem with Microsoft Visual C++ Redistributable packages a few days ago. I believe the cause was the manifests being changed. I am gonna open a new one not bloat this one, but feel free to unify them if you wish. |
What would happen if you ran |
I am also getting error 1603 on Winget-cli. So, this isn't a problem with WingetUI after all? |
I don't think. What i suspect is happening is that the I reckon this is an issue with winget-cli, though |
I can try to create some kind of fallback, that when uninstalls fail they'll be ran without the |
I don't see any downside for doing that |
There's an issue about this error on microsoft/winget-cli#248, but it's about installs and not related to Chrome so I am gonna open a new one |
I've just tested |
can you please test that same command but with the winget versio bundled in WingetUI? |
Never mind, I think I accidentally opened Powershell as admin before. I've tried again and |
I got an answer here:
|
Well, they are not going to fix it, we'll need to do it ourselves. |
Fixed! |
Now when the error occurs it immediately re-runs the uninstall command with administrator rights |
Uninstalling as admin works. It's also possible to uninstall it using unelevated Powershell (this issue also applies to Chrome dev, beta, etc.):
I believe the scoop version isn't affected by this.
The text was updated successfully, but these errors were encountered: