In our current business environment, users do not have permissions to install applications. We are currently writing an in-house app that will go to a internal server, check for a new version, download and install. The question that I have is:
Is there anyway to provide our WPF C# .NET app with greater security privileges than the user account has? There are other items we might want to do that would require additional privileges than the typical user account would have on a given machine within the business.
If anyone could point me towards some documentation or something I would be greatly appreciated! I tried to dig through MSDN but was not very successful.
- Johnathon