-
Notifications
You must be signed in to change notification settings - Fork 86
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
wingetcreate update
/ wingetcreate update -i
Installer version problem
#503
Comments
Hi I'm an AI powered bot that finds similar issues based off the issue title. Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you! Open similar issues:
Closed similar issues:
|
wingetcreate update
Installer version problemwingetcreate update
/ wingetcreate update -i
Installer version problem
#177 comment mentions that |
I think we can detect the "correct" version from the installer file with high confidence only if it's an MSI or an MSIX. The example you showed is an If wingetcreate auto-fills a version for a user, I think it should be the one that's the actual DisplayVersion written to Registry, and for that I think the implementation should first target MSIX and MSIs, and then optionally see if something can be done for The |
|
|
Brief description of your issue
wingetcreate fails to identify installer new version and replaces only hash in old version manifests.
Steps to reproduce
wingetcreate update WHONET.2023
New version number is 23.13.8 but wingetcreate updated installer hash in old version 23.12.14 manifest.
Expected behavior
It should detect new version number from installer and detect that package is using vanity url.
So it should replace old version with new version manifest.
Actual behavior
wingetcreate update WHONET.2023 -i
Environment
The text was updated successfully, but these errors were encountered: