Teams update fail
⚙️ Issue Checklist
- [x] I have read the guidelines.
- [x] I checked for duplicate issues.
- [x] I searched for existing discussions.
- [x] I checked for an existing pull request that addresses this issue.
📜 What part of Winutil are you having issues with?
Install
📝 Provide a clear and concise description of the issue.
Teams update fails with "The current system configuration does not support the installation of this package" after Upgrade All. Subsequent updates are not carry out.
🔄 Steps to reproduce the issue.
Upgrade All
❌ Paste the full error output (if available).
🖼️ Additional context.
No response
Having the same issue as well
This acutally is a problem with winget itself. "Upgrade All" calls to a single function of winget that (as the name suggests) upgrades all apps one after another. If a problem occurs, it's up to winget to decide how to handle this. Thats sadly nothing we can fix.
A workaround could be to click "Get Installed" in Winutil and then click "Install/Upgrade selected" afterwards. This way, each upgrade is started one after another by winutil so that an error should not neccessarily completly stop the execution. /close