I\'m trying to install a service using InstallUtil.exe but invoked through Process.Start. Here\'s the code:
Process.Start
ProcessStartInfo startInfo = new Pro
[PrincipalPermission(SecurityAction.Demand, Role = @"BUILTIN\Administrators")]
This will do it without UAC - no need to start a new process. If the running user is member of Admin group as for my case.