-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix missing DisplayVersion registry key for nvm.iss #796
Conversation
This would be nice to have it merged and released so it is not constantly updated by winget |
This PR is stale because it has been open 45 days with no activity. |
Any update on this PR ? I'm still experiencing the issue with the unknown version both on Win 10 & Win 11 21H2 causing winget to always list that a new version is available. |
@coreybutler Sorry for mentioning, would it be possible to include it in next release, please? |
I don't think this maybe the fix, since the DisplayVersion should be able to be set by Inno Setup in Line 4 in e050a10
|
This PR is stale because it has been open 45 days with no activity. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
@coreybutler really not a typo issue? 😂 |
@balbertho I merged because the separation of variables for the app ID was more consistent with the rest of the installer. The typo is an easy fix. |
@coreybutler oh, I am sorry, I just think that no need to write the custom registry when the installer do, not noticing the app id variables. |
winget uses the DisplayVersion registry key to confirm whether the package should be updated:
winget will display the correct version:
this avoids the problem of constant updates caused by Unknown versions.
refer to this discussion.