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
Hello,
I have an app that needs to be started with admin rights so I get a UAC prompt, but when I add PSF to the package the application does not launch at all anymore. Even if I manually right click and select run as admin.
I have set the <rescap:Capability Name="allowElevation" />
capability in the MSIX package and it runs fine if PSF is not added.
Maybe a solution would to provide 2 more PSF launchers that prompt for UAC?
The text was updated successfully, but these errors were encountered:
@EdijsPerkums : The standard approach is to add a PsfLauncher ".config" file next to the copy of PsfLauncher to request the elevation. But the issue should remain open as that needs to be documented.
Hello,
I have an app that needs to be started with admin rights so I get a UAC prompt, but when I add PSF to the package the application does not launch at all anymore. Even if I manually right click and select run as admin.
I have set the
<rescap:Capability Name="allowElevation" />
capability in the MSIX package and it runs fine if PSF is not added.
Maybe a solution would to provide 2 more PSF launchers that prompt for UAC?
The text was updated successfully, but these errors were encountered: