Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could we borrow anything from the "winget" command? #25

Open
starchivore opened this issue Nov 21, 2022 · 0 comments
Open

Could we borrow anything from the "winget" command? #25

starchivore opened this issue Nov 21, 2022 · 0 comments

Comments

@starchivore
Copy link

Good Day,

Plenty of apps available on MS Store seemed to contain Product IDs that would begin with XP but unfortunately neither https://xwebstore.herokuapp.com nor https://store.rg-adguard.net could support them at the moment, a handful of examples are listed below:

Title Product ID
KoordASIO Universal Driver XP9CSS6NZBDV21
Discord XPDC2RH70K22MN
WinZip 26 XPDNXDPXBRSVXT
Adobe Acrobat Reader DC XPDP273C0XHQH2
Microsoft Edge Browser XPFFTQ037JWMHS

Then I checked the following page linked below and found that Discord could be installed via Windows Package Manager CLI / the winget command:

https://github.com/Yetenol/Setup-Computer#communication

Title Install command
Discord winget install -e XPDC2RH70K22MN --accept-package-agreements

Just wondering if there were any useful codes that could be borrowed from 'winget' by any chance?

For instance, we could take a quick look at their codes and find the string Url easily, here's one of them:

https://github.com/microsoft/winget-cli/blob/master/src/AppInstallerCommonCore/Manifest/ManifestYamlPopulator.cpp

Of course that might not be very helpful at all, that's why I hope that maybe someone else already figured out how to grab a copy of anything that's starting with XP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant