winutil icon indicating copy to clipboard operation
winutil copied to clipboard

Teams update fail

Open notdodgeball opened this issue 8 months ago • 1 comments

⚙️ 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).

Image

🖼️ Additional context.

No response

notdodgeball avatar Mar 27 '25 18:03 notdodgeball

Having the same issue as well

Atedos avatar Mar 31 '25 16:03 Atedos

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

Marterich avatar May 21 '25 20:05 Marterich