2

I am currently trying to roll Microsoft Store app (new) via Intune, but it looks like some of the CDN URLs are being blocked by our web filtering software (Forcepoint)

I would like to know where winget pulls the installers from so that I can look at getting exceptions put in place.

This is an example of where Winget reaches out to for Adobe Creative Cloud

I know that Microsoft Apps use the standard Microsoft store URL, but I am just curious to see if there is a list for 3rd party applications?

1 Answers1

2

3rd party software is submitted to winget through this GitHub repository if you're using the default sources.

All of the installer data, such as URLs, can be found in manifest files. You can extract Installers -> InstallerUrl field from the .installer.yaml files, like this one.

Destroy666
  • 12,350