mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 15:15:51 +03:00
[GH-ISSUE #717] The installer should ask for UAC even if the "Add the shortcut to all users" option is disabled when installing on %Programfiles(x86)% #581
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#581
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 11, 2020).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/717
It appears that the installer doesn't show the UAC popup when the "Add the shortcut to all users" option is disabled, even though the default installation path is set to Program Files (which requires the app to be running as Administrator to modify anything). Having the option unchecked results in failure down the road saying that it failed to access the folder.
Ideally, it should ask for UAC when it's being installed on folders that are known to require admin rights, or at least the program files folders.
@Gnbrkm41 commented on GitHub (Sep 11, 2020):
Plus, you also need to consider the fact that running the installer as admin isn't easily achievable - it looks like file explorer doesn't show the "run as admin" entry in the context menu for msi installers.
@Gnbrkm41 commented on GitHub (Sep 15, 2020):
I've confirmed that this is now fixed in 2.27.1. Thanks! I will close the issue.