An application that starts itself as trusted installer if started with administration privileges
Flow:
- Application starts and checks for admin privileges
- If no admin privileges are present restart self with admin privileges
- Install and start self as service ("--service" parameter")
- Application as service starts a new instance of itself with winlogon token copy and then deletes the service
- Application is now running as trusted installer