You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This just changes the default behavior of the installer. Commit 74dd665 did enable user-mode installation through override (dialog will be shown on launch where user can choose the install mode and will request privileges when necessary).
The issue here is:
Creating desktop icon fails. If I read winget .iss file correctly, they only do it on regular install, not 100% why it can't be done on non-privileged install.
File association can only be done through privileged install, which means that it has to be marked as disabled/unavailable in user install.
Creating desktop icon fails. If I read winget .iss file correctly, they only do it on regular install, not 100% why it can't be done on non-privileged install.
Because installer creating them in privileged location even when installing per-user.
When installing only for current user, start menu shortcut should be created in $env:APPDATA\Microsoft\Windows\Start Menu\Programs, not in C: \ProgramData\Microsoft\Windows\Start Menu\WingetUI .Ink which requires UAC prompt.
Similar for desktop shortcut, start menu shortcut should be created in $env:HOME\Desktop, not in C:\Users\Public\Desktop\WingetUI .Ink which requires UAC prompt.
Steps to reproduce the problem
What's going on? Describe the problem in as much detail as possible.
Same problem I reported for wingetui software: marticliment/UniGetUI#1623
Information about the software:
Deadbeef version: 1.9.6
OS: Windows 11 Pro
The text was updated successfully, but these errors were encountered: