uac
.NET - How are applications able to update themselves when UAC is enabled (Windows7/Vista)?
Here\'s the scenario: I wrote an application and created an installer from the Visual Studio Installer project (I produced an MSI file). I installed the application into the Program Files directory a[详细]
2023-03-20 01:05 分类:问答Getting 'Access Denied' when trying to access file from C:\ProgramData
Our clients are frequently reporting issue that they are getting \"Access Denied\" exception when they used to run application that has been installed with downloaded setup file. Our installer, instal[详细]
2023-03-19 09:40 分类:问答Winform application not running on 64bit server
I have a winform application to read values from the registrykey.. so i know i have to run as administrator in order to do so.[详细]
2023-03-18 02:44 分类:问答How to run a program by disallowing its UAC settings
I have a autoit script that I am using for automation testing. My autoit script is called from a vb.net file. Dialog box of UAC settings will appear and is stopping the execution of test scripts. Curr[详细]
2023-03-17 13:15 分类:问答2 Identical Programs; Only 1 asks for elevation
I am having an interesting problem when compiling my programs on win32 (mingw). I have 2 identical projects, both created in C::B. When compiling one, it runs just fine without requiring elevated perm[详细]
2023-03-17 07:03 分类:问答UnauthorizedAccessException when writing text file to C:\ on Windows 7
I have recently moved to Windows 7. Now my .NET application fails writing log file to C:\\ My TraceListener is throwing the excepti开发者_高级运维on.[详细]
2023-03-16 21:48 分类:问答How to determine if calling a function requires administrative privileges
I am tryi开发者_开发技巧ng to find out if there is an easy way to tell if calling a function will require my program to be run as an administrator in order to work properly. Thanks!Certainly. You can[详细]
2023-03-16 05:24 分类:问答List of Win32 APIs that require administrative privilege
I\'m trying开发者_运维问答 to find a list of Win32 API functions that require the process that uses them to have heightened administrative privileges in order to use them. Does anyone know where I cou[详细]
2023-03-15 15:10 分类:问答Delphi copy files to systemdir problem in Windows 7
i can use the copyfile(); function to copy a file to c:/windows/system32 on windows xp but then i use the function on windows 7 i cant copy it:o the file wont come there....[详细]
2023-03-15 11:30 分类:问答SaferCreateLevel SAFER_LEVELID_UNTRUSTED: The application was unable to start correctly (0xc0000142)
i\'m trying to launch a process (any process) as \"untrusted\"开发者_如何学Python using the SaferCreateLevel with the SAFER_LEVELID_UNTRUSTED safer level:[详细]
2023-03-14 21:09 分类:问答