Elevated privileges are higher privileges, offered by an operating system, usually higher than normal user's privileges.
I am new to wix installer. I have developed a set-up using wix installer for my application and I need …
wix installation impersonation wix3.7 elevated-privilegesI'm creating an installer using Inno Setup. As part of the install process I'm installing Tomcat. On Windows 7 I suffer …
inno-setup elevated-privilegesI have a console application that was developed to be called by a erp software. They call my app inside …
c# console-application uac runas elevated-privilegesI have some utility methods that use Microsoft.Web.Administration.ServerManager that I've been having some issues with. Use the …
c# iis-7 uac iis-express elevated-privilegesI have two servers: serverA (windows 2003 server) serverB (windows 7) ServerA contains a folder with a batch file (deploy.bat) that …
powershell powershell-2.0 powershell-remoting elevated-privilegesI would like to check whether the context in which my VBscript runs allows me to perform administrative tasks. Requirements: …
vbscript elevated-privileges elevationInno Setup installer has the PrivilegesRequired directive that can be used to control, if privileges elevation is required, when installer …
inno-setup uac privileges pascalscript elevated-privilegesHow would I go about running an EXE as a different user? How could I prompt for credentials or atleast …
powershell uac elevated-privileges runasBoth system() and execve() can be used to execute another command inside a program. Why in set-UID programs, system() is …
security exec elevated-privileges setuidI want to start a child process (indeed the same, console app) with elevated privileges but with hidden window. I …
c# uac processstartinfo elevated-privileges