-
-
Notifications
You must be signed in to change notification settings - Fork 120
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
Incorrect ProductVersion property for Uninstall Registry Key #355
Comments
+1 As long as this issue here isn't resolved the version in winget has to be @TCNOco As soon as this is fixed and for future versions you might consider using winget for updating the app and also could have your newest version automatically uploaded to the winget-pkgs repo. This could also help get some users updated from older versions like you mentioned here. |
Thanks for this. Thought I would need to rewrite the installer to work with winget.
Think I'd add a script to update the version number in all the required places if this is possible... Otherwise it comes down to just remembering it :/ |
Hey @TCNOco ! I tried to find the code snippet of how winget-cli compares app versions when updating but I'm not a developer and don't know which files I'd need to inspect for that. Best, |
For #355. Changes file versions for all .exes, installers, etc.
For #355. Changes file versions for all .exes, installers, etc.
If the program is updated via the updater, instead of the installer, the uninstaller and Windows should show the correct versions. #355
Fixed with the latest release - Ready for download! This should fix any issues with WinGet and the rest. Re-open or otherwise if there are any other issues from this. |
Thanks for your work @TCNOco - I just tested it. |
Thanks for the info. I haven't played around with it much but I'll return in the future with more info, hopefully. |
Describe the bug
The ProductVersion property for Uninstall Registry Key is version 4.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The ProductVersion property for Uninstall Registry Key indicates the current version 5.0 - 2023-07-05_00.
Screenshots
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: