Devolutions / Devolutions/UniGetUI
[BUG] Uninstall may not be silent [Chocolatey]
- Dominant language
- C#
- Stars
- 26.1k
- Forks
- 924
- Avg merge
- 15h 52m
- Merged PRs (30d)
- 52
Description
### Please confirm these before moving forward
- [x] I have searched for my issue and have not found a work-in-progress/duplicate/resolved issue.
- [x] I have tested that this issue has not been fixed in the latest [(beta or stable) release](https://github.com/marticliment/WingetUI/releases/).
- [x] I have checked the [FAQ](https://github.com/marticliment/WingetUI#frequently-asked-questions) section for solutions.
- [x] This issue is about a bug (if it is not, please use the [correct template](https://github.com/marticliment/WingetUI/issues/new/choose)).
### UniGetUI Version
3.2.0
### Windows version, edition, and architecture
Windows 10 Enterprise LTSC (21H2) + Chocolatey ver 2.4.3
### Describe your issue
I face the same issue that described here: https://github.com/marticliment/UniGetUI/issues/2716
### Steps to reproduce the issue
Install 7-taskbar-tweaker with chocolatey command line (admin privilege)
Uninstall 7-taskbar-tweaker with uniteGUI (with admin privilege)
### UniGetUI Log
```text
[20/05/2025 20:47:29] Path returned by the package manager "C:\ProgramData\chocolatey\bin\lib\7-taskbar-tweaker" did not exist while loading package install location for package Id=7-taskbar-tweaker with Manager=Chocolatey
[20/05/2025 20:47:34] Parallel operation limit set to 1
[20/05/2025 20:47:34] Loaded operation parameters for package id=7-taskbar-tweaker on manager Chocolatey and operation Uninstall: uninstall 7-taskbar-tweaker -y --notsilent
[20/05/2025 20:47:34] Caching admin rights for process id 16932
[20/05/2025 20:47:36] DWM Thread was already running
[20/05/2025 20:47:36] XAML Thread was already running
[20/05/2025 20:48:23] Clearing UAC prompt since there are no remaining operations
[20/05/2025 20:48:23] Resetting administrator rights cache for process id 16932
```
### Package Managers Logs
```text
Package uninstall operation for Package=7-taskbar-tweaker with Manager=Chocolatey
Installation options:
Overriden options:
Executing process with StartInfo:
- FileName: "C:\Program Files\UniGetUI\Assets\Utilities\UniGetUI Elevator.exe"
- Arguments: ""C:\ProgramData\chocolatey\bin\choco.exe" uninstall 7-taskbar-tweaker -y --notsilent"
Start Time: "20/05/2025 20:43:01"
Chocolatey v2.4.3
Uninstalling the following packages:
7-taskbar-tweaker
7-taskbar-tweaker v5.15.2
Running auto uninstaller...
Did you know licensed versions of Chocolatey are 95% effective with
Automatic Uninstaller due to licensed enhancements and Package
Synchronizer?
For the question below, you have 30 seconds to make a selection.
Uninstall may not be silent (could not detect). Proceed?([Y]es/[[N]o]):
Timeout or your choice of '' is not a valid selection.
You must select an answer
```
### Relevant information
Only one precision, chocolatey was used before unigetUI, 7-taskbar-tweaker was installed by using choco command line.
### Screenshots and videos
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.