You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not winget's job, that falls under one of the last things the program updater is supposed to change whenever it is preforming an upgrade. As you can see, an annoying amount of them do not do so correctly.
I think one concern may be that AppsAndFeaturesEntries can have multiple nodes. How would wingetcreate know which node to update? Granted we currently only take the "primary" ARP entry in the community repo, and I've handled this partially in #520 where I only update the first node that's wingetcreate sees. Might need a more precise way to handle these though
vedantmgoyal9
changed the title
wingetcreate does not update product code and upgrade code when they are present inside ARP Entries
wingetcreate does not update product code and upgrade code inside ARP Entries
Sep 5, 2024
vedantmgoyal9
changed the title
wingetcreate does not update product code and upgrade code inside ARP Entries
wingetcreate does not update upgrade code inside ARP Entries
Sep 5, 2024
vedantmgoyal9
changed the title
wingetcreate does not update upgrade code inside ARP Entries
wingetcreate does not update product code inside ARP Entries
Sep 5, 2024
Brief description of your issue
Title.
Steps to reproduce
Just take any manifest from winget-pkgs and run
winget update
.Expected behavior
Product Code and Upgrade Code should be updated if they are present inside
AppsAndFeaturesEntries
.Actual behavior
Product Code and Upgrade Code are NOT updated if they are present inside
AppsAndFeaturesEntries
.Environment
The text was updated successfully, but these errors were encountered: