Quantcast
Channel: How do you call an exe from code and get around possible UAC action against this? - Stack Overflow
Browsing all 4 articles
Browse latest View live

Answer by user541686 for How do you call an exe from code and get around...

UAC Elevation in Managed Code: Starting Elevated Processes

View Article



Answer by Isaac Bolinger for How do you call an exe from code and get around...

ProcessStartInfo startInfo = new ProcessStartInfo();startInfo.Arguments = "/i "+"\""+Directory.GetCurrentDirectory()+"\\"+msiPath +"\""+" /q";startInfo.FileName = "msiexec.exe";startInfo.Verb =...

View Article

Answer by programmer for How do you call an exe from code and get around...

Try running your process with the admin privileges and see if the problem persists

View Article

How do you call an exe from code and get around possible UAC action against...

I'm using system.diagnostics.process to start an msi file in quiet mode. I'm getting an exit code 1625, and I suspect its because UAC is preventing it from running. I've turned off the UAC prompts but...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>
<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596344.js" async> </script>