-
Notifications
You must be signed in to change notification settings - Fork 224
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
Windows - Add DisplayVersion
key to registry
#2905
Comments
Hi @onwardmk, we're sorry you're experiencing this issue. Unfortunately, there is nothing we can do here as we don't own or manage the winget-cli. I would recommend opening an issue with |
WinGet looks at a Windows registry setting on your application to know which version it's on; this setting is not unique to WinGet, it's on most Windows apps. I'm requesting that you add it to your application before publishing releases. |
@zwhitfield3 can you re-open this? |
Hi @onwardmk, Winget isn't currently a supported release channel for Heroku CLI. Windows installations should follow the instructions found in our Dev Center article. The manifest files located at the Winget package manager repository have been created and contributed by external contributors unrelated with the Heroku CLI team and seem to be currently unmaintained. I'm adding an internal ticket for our product owners to evaluate adding Winget to our automated release process. |
GUS Work Item for tracking purposes (Heroku internal). |
@sbosio, great, thank you for the update. |
This project is for the Heroku CLI only and issues are reviewed as we are able. If you need more immediate assistance or help with anything not specific to the CLI itself, please use https://help.heroku.com.
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
I'm on Windows, and I use WinGet to manage packages on my system. When I upgrade my packages with WinGet, I have to use the
--include-unknown
flag to upgrade this package because theDisplayVersion
key hasn't been added to the registry per this comment. In addition, I have to upgrade this package every time instead of only when a new version's been published because the WinGet doesn't know the current version that's installed.Without
--include-unknown
:With `--include-unknown:
What is the expected behavior?
WinGet should only upgrade this package when the version's been bumped without using the
--include-unknown
option.The text was updated successfully, but these errors were encountered: