tagged [uac]
Giving application elevated UAC
Giving application elevated UAC I have an application which needs the UAC elevation. I have the code which lets me give that but the application opens twice and that's an issue. Here's the code of For...
Creating compound applications in Windows 7
Creating compound applications in Windows 7 I need to port a suite of Windows applications (running under XP with little security turned on) to Windows 7 with various levels of security, depending on ...
How to use ServerManager to read IIS sites, not IIS express, from class library OR how do elevated processes handle class libraries?
How to use ServerManager to read IIS sites, not IIS express, from class library OR how do elevated processes handle class libraries? I have some utility methods that use `Microsoft.Web.Administration....
- Modified
- 29 Aug at 14:42
Process.Start never returns when UAC denied
Process.Start never returns when UAC denied I have an updater exe that is meant to close the primary exe, replace it with an updated exe, and then launch that updated exe. When the updater attempts to...
- Modified
- 28 Apr at 21:3
Private key of certificate in certificate-store not readable
Private key of certificate in certificate-store not readable I think I've got the same issue [like this guy](https://stackoverflow.com/questions/1386303/installing-a-certificate-in-a-msi-custom-action...
- Modified
- 23 May at 12:8
Program Compatibility Assistant thinks my app is an installer
Program Compatibility Assistant thinks my app is an installer I have created a .NET C# WinForms application on Win 7 RTM x64, which let's say I have called DataInstaller. When I run this program outsi...
Process.Start with different credentials with UAC on
Process.Start with different credentials with UAC on I am trying to start another process with Process.Start running under different credentials with the UAC turned on. I get the following error: > Sy...
- Modified
- 25 Feb at 15:24
How to detect file redirection to the Windows VirtualStore?
How to detect file redirection to the Windows VirtualStore? Since the release of Win Vista, Microsoft introduced file virtualization for legacy applications running as 32bit processes. Released as par...
- Modified
- 18 Jan at 16:33
Detecting registry virtualization
Detecting registry virtualization I have a set of C# (v2) apps and I am struggling with registry virtualization in Win7 (and to a lesser extent Vista). I have a shared registry configuration area that...
- Modified
- 23 May at 10:31
Allowing connection to .NET COM server with mismatching integrity level
Allowing connection to .NET COM server with mismatching integrity level I'm having an issue with a COM based client-server setup. The COM server is written in C# (.NET 4.0) and runs as a (registered) ...