-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Nullsoft installer installed application don't uninstall silently #1368
Comments
I believe Winget simply executes the uninstaller listed in the registry. I don't think it actually remembers the installer type nor has the ability to modify the command line of the uninstaller. Ask the Krita developers to also register the silent uninstall command:
|
Marking this external for above, but it may also indicate a feature request that we should consider. |
This feature request could solve this issue. #1885 |
Brief description of your issue
Nullsoft installer installed applications don't uninstall silently. When trying to uninstall one of the applications, interactive uninstaller pop's up and winget reports that uninstall was successful.
I believe the uninstaller needs /S switch to uninstall application in silent way.
Steps to reproduce
Run
winget install krita
and then runwinget uninstall krita
Expected behavior
Application is uninstalled
Actual behavior
Environment
The text was updated successfully, but these errors were encountered: