I have an scenario where I have to create event sources without admin rights as the app needs to do it at runtime.
The installer executes with admin rights so what I can do it to modify whatever it needs to be modified to avoid the need of admin rights.
Is there something I can change like permissions on registry entries, security policies or something that allows a normal user to create an EventSource?