I would like to allow standard users to install my application that require elevated permissions, for example, installing "Per machine" that writes to C:\Program Files.
There's a number of ways to do this, but the least intrusive (compared to advertising/publishing/SCCM) seems to be enabling the group policy "Always install with elevated privileges".
This obviously is a security risk, but can it be properly mitigated by configuring AppLocker to run only MSIs signed by one or more specific publishers or are there some workarounds to abuse this?