uac
Windows 7 - Can't update my program's files in C:\Program Files
I have an addin program that works with MS Word (version 2007).It is located in the C:\\Program Files location.I installed Windows 7 and then went to make a routine change to my files in this location[详细]
2023-03-11 02:44 分类:问答How to add manifest <requestedPrivileges> info into delphi project
What is the easiest way to add the <requestedPrivileges> manifest info to a Delphi XE project (.exe)?[详细]
2023-03-10 17:22 分类:问答Different NSIS UAC Plugin
I made an NSIS installer that uses a UAC plugin awhile back.Now I am trying to build this installer on a new (Windows 7) machine.[详细]
2023-03-10 03:05 分类:问答Prevent UAC Dialog
We linked our application with a manifest with requireAdministrator option in c++. This is because the ap开发者_StackOverflowplication modifies HKLM registry entries. When we execute the application,[详细]
2023-03-09 23:07 分类:问答Request administrator rights on Win Vista/7 from a c++ app
I found info on how to do it in c#, but how to make a C++开发者_开发技巧 app pop-up that UAC \"Run as administrator\" when it is run?You can set the manifest in Visual Studio in:[详细]
2023-03-09 05:10 分类:问答Batch scripting, Powershell, and not triggering the UAC in Windows
I am looking for away to run batch files in elevated mode (runas administrator) so that it doesn\'t trip the UAC to prompt for user interaction. We have some registry edits, among other things, that w[详细]
2023-03-09 01:17 分类:问答Executing a process from .NET application without UAC prompt
I have a scenario where I need to launch an EXE from my .NET application, but I can\'t get around the UAC prompt that pops up. The prompt is triggered even before the other EXE is launched - probably[详细]
2023-03-08 20:10 分类:问答Registry Write Privileges on Windows 7 with Delphi 7
I was built an application on D开发者_开发问答elphi 7 + Windows XP Pro Sp3 platform, the application run correctly, than i sent this application to my friend that have a Windows 7 OS, my application c[详细]
2023-03-08 19:18 分类:问答Developing Apps with Administrator Rights in Delphi
I\'m using D2010 under Windows 7 to write an app that seems to require admin rights (I think because it uses COM to communicate with a third party .exe, which also requires admin rights).[详细]
2023-03-08 04:14 分类:问答Error opening connection to SQL CE file on test machine
I\'m testing my application on a non-administrator windows 7 account. The application is installed into program files. This includes the .sdf file I need to read from. I\'ve got the connection string[详细]
2023-03-07 02:31 分类:问答