Replies: 1 comment
|
hi fabergen, The shortcut cleanup runs in UniGetUI’s main process rather than the elevated process used by the installer. As a result, UniGetUI can detect the shortcut on the Public Desktop but cannot delete it with standard permissions. Approving the UAC prompt for the package update does not elevate the cleanup operation that runs afterward. I’ve opened a ticket on my side to track this issue and will post an update here once the fix is released. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I am experiencing a reproducible issue with UniGetUI's automatic desktop shortcut remover.
Environment
Problem
The automatic desktop shortcut remover is enabled.
The affected shortcut is correctly detected by UniGetUI and is configured to be deleted after an installation or upgrade recreates it.
Example:
C:\Users\Public\Desktop\LibreOffice 26.8.lnkHowever, after an update the shortcut remains on the Public Desktop.
UniGetUI detects the shortcut and attempts to delete it, but the deletion fails with "Access denied".
Relevant UniGetUI log
All reactions