Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Mar 26, 2025. It is now read-only.
This repository was archived by the owner on Mar 26, 2025. It is now read-only.
There was an error while loading. Please reload this page.
Good Day,
Plenty of apps available on MS Store seemed to contain Product IDs that would begin with
XPbut 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:Then I checked the following page linked below and found that Discord could be installed via Windows Package Manager CLI / the
wingetcommand:https://github.com/Yetenol/Setup-Computer#communication
winget install -e XPDC2RH70K22MN --accept-package-agreementsJust 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
Urleasily, 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.