mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[GH-ISSUE #721] Updating through the app leaves the uninstaller entry of the previous version in the control panel/settings menu #587
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#587
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Gnbrkm41 on GitHub (Sep 15, 2020).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/721
Originally assigned to: @NickeManarin on GitHub.
It appears that uninstalling the old version actually results in removal of the new version and the uninstaller entry for the newer version still exists after uninstallation. Perhaps the updater logic forgot to update the uninstaller entry?
@NickeManarin commented on GitHub (Sep 20, 2020):
It has something to do with different install modes.
@NickeManarin commented on GitHub (May 25, 2021):
Fixed.
I'm giving more control over the installation process.
If the user tries to install on the same folder but with a different access mode (per-user or per-machine), the other version gets uninstalled before the installation continues.