-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
winget repeatedly updates same package #4634
Comments
This comment was marked as off-topic.
This comment was marked as off-topic.
MurraySobol
commented
Jul 13, 2024
via email
•
edited by microsoft-github-policy-service
bot
Loading
edited by microsoft-github-policy-service
bot
None of the listed below problems addresses my problem.
Please investigate further.
Murray
…________________________________
|
This is the "upgrade always available" issue, and should be moved to the winget-pkgs repo. The package manager application is operating in a correct and intended way, and it's the YAML data files here that are incorrect. This is caused by the installed application putting different information into the Registry than is shown in the manifest. So when the package manager matches the Registry data against the manifest data, it finds that the manifest |
MurraySobol
commented
Jul 15, 2024
via email
•
edited by microsoft-github-policy-service
bot
Loading
edited by microsoft-github-policy-service
bot
Thanks Stephen, I moved it to the winget-pkgs<https://github.com/microsoft/winget-pkgs/issues/> repo.
I concur with your assessment of the problem, now let's see if we can get someone to FIX the problem!!
Thanks
Murray
…________________________________
|
you need to enable SideBySide experimental setting until this gets stable with 1.9 client. the 3rd number is called feature band level and the 4th the patchlevel. So the 4xx installer doesn't remove the old 300 level version. |
MurraySobol
commented
Jul 16, 2024
via email
•
edited by microsoft-github-policy-service
bot
Loading
edited by microsoft-github-policy-service
bot
Hi MagicAndre1981:
I tried to install side-by-side but ran into a few issues.
My winget version is:
C:\>winget
Windows Package Manager (Preview) v1.9.1792-preview
I ran this command: winget settings and added this to settings.json file:
"experimentalFeatures": {
"sideBySide": true
}
I then ran winget features to see if the option has been enabled:
C:\>winget features
The following experimental features are in progress.
They can be configured through the settings file 'winget settings'.
Feature Status Property Link
-------------------------------------------------------------------------------------
Direct MSI Installation Disabled directMSI https://aka.ms/winget-settings
Resume Disabled resume https://aka.ms/winget-settings
Configuration Schema 0.3 Disabled configuration03 https://aka.ms/winget-settings
Configure Self Elevation Disabled configureSelfElevate https://aka.ms/winget-settings
Configure Export Disabled configureExport https://aka.ms/winget-settings
Index V2 Enabled indexV2 https://aka.ms/winget-settings
I didn't see the option listed.
Any comments or issues with my actions??
BTW: I found this link: We've been working on the side-by-side scenarios. You could try the latest release and enable the experimental feature on:
* https://github.com/microsoft/winget-cli/releases/tag/v1.8.924-preview
I was unable to find that download.
Thanks
Murray
…________________________________
|
go to control panel and remove the older 6.0 and 7.0 SDKs and only keep the one with the higher 3rd number |
MurraySobol
commented
Jul 16, 2024
via email
•
edited by microsoft-github-policy-service
bot
Loading
edited by microsoft-github-policy-service
bot
Thanks MagicAndre1981, that worked!!
I guess I will have to wait until October 2024 for the OFFICIAL, not preview, release of winget to see how / if side-by-side is implemented.
BTW: should I leave those changes in place that I made to my settings.json file (these ones):
"experimentalFeatures": {
"sideBySide": true
}
Or, remove them??
Thanks
Murray
…________________________________
|
leave it as it is. |
The side-by-side feature is stable in WinGet 1.8 and WinGet 1.9 previews now. |
Since this was moved to winget-pkgs, I'm going to go ahead and close this issue. |
Brief description of your issue
When I run Winget from a Command Prompt I get this window:
The update completes, showing both modules have been updated.
If, however, I run the update a second time, the SAME 2 products are shown as requiring updating again.
Steps to reproduce
See description above.
Expected behavior
IMO, once the update has been run successfully the FIRST time, a second update should NOT ask for those same two products to be updated again.
Actual behavior
The same two products are repeatedly asking to be updated.
Environment
C:\>winget -v v1.9.1792-preview My environment: Windows 11 Professional 64-bit Version: 23H2 OS Build 22631.3880
The text was updated successfully, but these errors were encountered: