Not sure if where to categorize this or if this should be an enhancement request.
I have a baseline that deploys a dozen or so applications to imaged computers. I noticed that it recently became stuck due to a file size mismatch on the Webex install task from the Software Installer Library for Windows site (task ID 2000902).
It looks like Webex was updated to a newer version about 2 days ago and the task is using a vanity link similar to Google Chrome. However, Cisco provides hard-coded URLs for each version of Webex.
The task is using:
https://binaries.webex.com/WebexOfclDesktop-Win-64-Gold/Webex_en.msi
The newest version URL is:
https://binaries.webex.com/WebexDesktop-Win-64-Gold/20260710041447/Webex.msi
I was able to get this URL from the WinGet packages repo on GitHub:
I also noticed there is no Install task 64-bit version of Visual C++ 2017-2026 but there is a 32-bit version. There are Update tasks for both 64-bit and 32-bit versions.