Skip to content

Only WinGet Community Repository supported #11402

@ben221199

Description

@ben221199

It seems that only the community repository is supported. The Microsoft Store (or custom repositories) are not supported.

description: 'WinGet Community Repository',

However, there are two types of repositories that can be added to WinGet: Microsoft.PreIndexed.Package and Microsoft.Rest:

  • The Microsoft.PreIndexed.Package compatible repository has a source.msix and source2.msix file that contains a SQLite file with all packages preindexed. This seems to be the default type when doing winget source add.
  • The Microsoft.Rest compatible repository hosts endpoints like /manifestSearch and /packageManifests/{id}. For example, https://storeedgefd.dsx.mp.microsoft.com/v9.0/packageManifests/9PM860492SZD gives the manifest information of Microsoft PC Manager on the Microsoft Store. The exact information I need (e.g. version of the package).

The msstore (Microsoft Store) repository seems to only support Microsoft.Rest. The winget (WinGet Community Repository) repository seems to only support Microsoft.PreIndexed.Package. Anyway, there is an official way to get the package information, instead of the unofficial way it is done now.

Metadata

Metadata

Assignees

No one assigned

    Labels

    service-badgeNew or updated service badge

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions