-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[Package Issue]: NickeManarin.ScreenToGif Does Not Upgrade Existing Installations #58993
Comments
I'm not sure if this is an issue with interactive install vs. silent due to the MSI from ScreenToGif, or if the manifest needs to be augmented with the additional data to help map with Windows Apps & Features. Which version of ScreenToGif did you perform the interactive install from? Was this a download the installer and double click first, or did you run I'd like to be able to reproduce this and capture logs, so we can see if there is something we can fix on our end on the client, or the manifest. Otherwise, we might need to see what could be done in the MSI from ScreenToGif. Have you encountered this before? |
I originally installed ScreenToGif 2.33.1 from an MSI. When I say interactive, I mean that I downloaded and opened the MSI and clicked through the wizard steps. If there's anything I can do on my end to assist (collecting logs, etc), please let me know. |
It looks like we may need to leverage the MSI Upgrade Code. Related Issues: |
Out of curiosity, I installed ScreenToGif 2.33.0 using the MSI and clicking through the wizard, and then upgraded to versions 2.35.0 and 2.36.0, and there was no duplication in Programs and Features. After uninstalling 2.36.0 through Programs and Features, manually reinstalling 2.35.0, and then attempting an upgrade using |
This was an issue with older versions of the MSI package. It should not happen with newer version. |
@NickeManarin Could you please clarify, are you saying that this issue is fixed in 2.36.0 or a prior version? I'm still seeing the duplicate entry in Programs and Features when doing a manual installation of 2.35.4 via MSI, and then an upgrade to 2.36.0 with I just want to make sure we're on the same page. My biggest concern is that if it's just an issue that's fixed for 2.36.0 and future versions, we will likely need to develop a workaround for users who have installed a prior version manually and wish to use |
@phuzion Sorry for the delay. Let me clarify what I wrote before: The installer lets you install in perUser/perMachine modes via user selection in the UI (this was not available before; I think that it was set as But if the installer is triggered by a tool (via msiexec), you still need to uninstall the other version manually. |
The issue persist with winget list|Select-String ScreenToGif in pwsh at 13:34:14
ScreenToGif NickeManarin.ScreenToGif 2.37.1 winget
ScreenToGif NickeManarin.ScreenToGif 2.37 2.37.1 winget |
Same for |
@NickeManarin any ideas? Did something change? |
@NickeManarin sorry, the issue didn't refresh for me correctly. I saw your comments after I posted :( |
If there aren't any settings that persist, we could add "uninstallPrevious" for newer manifests for a while to help. |
Hello @phuzion, This issue has been identified as requiring a fix from a third party or external repository. Since there has been no recent activity on this issue, it will be automatically closed. Template: msftbot/noRecentActivity/areaExternal |
1 similar comment
Hello @phuzion, This issue has been identified as requiring a fix from a third party or external repository. Since there has been no recent activity on this issue, it will be automatically closed. Template: msftbot/noRecentActivity/areaExternal |
Please confirm these before moving forward
Category of the issue
Installation issue.
Brief description of your issue
When upgrading to a new version of ScreenToGif, if the original version was installed outside of winget, an additional copy will be installed, rather than upgrading the existing copy. Since the old version remains,
winget upgrade
always shows an outdated copy of ScreenToGif in the upgrade candidates list.I'm not 100% sure if this qualifies as a side-by-side installation or not, so I'm classifying this under the more generic installation issue tag. Please re-tag as appropriate.
Steps to reproduce
winget upgrade
and see that ScreenToGif is listed as a possible upgradewinget upgrade NickeManarin.ScreenToGif
and allow the upgrade to occurActual behavior
Two versions of the application appear in Programs and Features
Expected behavior
The old copy of ScreenToGif should be upgraded rather than have a second copy installed.
Environment
Screenshots and Logs
No response
The text was updated successfully, but these errors were encountered: