Skip to content

How can I ensure WinGet properly detects my software (as a dev/publisher) #4827

Answered by Trenly
marticliment asked this question in Q&A
Discussion options

You must be logged in to vote

WinGet uses the values in the registry that tie back to the Add or Remove Programs list in control panel, or Apps > Installed apps in Windows Settings. Correlation is performed based on the values in the DisplayName and Publisher. The ProductCode (key containing the individual values) is sometimes also used. Ensuring the values for these keys are written and match what is in the manifest will ensure that most software is detected properly.

In the case of pre-release versions or beta versions, the most common reason that WinGet may not have proper detection is that typical release strategies use the exact same DisplayName, Publisher, and ProductCode. This means that WinGet will attempt the…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@marticliment
Comment options

Answer selected by marticliment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants