Open ghost opened 1 year ago
[Policy] Blocking Issue
Same issue with 117.0.1
Issue still exists in 127.0.2
Same issue all attempts for silent / non interactive uninstall fails. Winget shows uninstalled but a Firefox window pops up to complete the uninstall. Only work around at this time is this: Uninstall for 32-bit or 64-bit "%ProgramFiles%\Mozilla Firefox\uninstall\helper.exe" -ms
32-bit installed on a 64-bit system "%ProgramFiles(x86)%\Mozilla Firefox\uninstall\helper.exe" -ms
Please confirm these before moving forward
Category of the issue
Other
Brief description of your issue
Trying to uninstall Firefox in silent mode, but it will always prompt the Uninstall-Window.
Steps to reproduce
Run following command (when Firefox is installed on the computer): winget uninstall --id Mozilla.Firefox --silent --accept-source-agreements
(Also tried: winget uninstall -e --id Mozilla.Firefox --silent --accept-source-agreements --disable-interactivity
Actual behavior
Uninstall window of Firefox shows with required steps to uninstall software. But winget will output that the uninstall was successfull, but it stays in the list of "winget list"
Expected behavior
Silent uninstall of Firefox without user interactionwi
Environment
Screenshots and Logs
No response