Tagged Questions

0
votes
1answer
38 views

RUNASADMIN in Registry doesnt seem to work in Windows 7

For a while now the installer for my program has used the below code to make my app run with administer privileges. But it seems to have no affect under Windows 7. In Vista it work …
0
votes
1answer
26 views

TortoiseGit Fail to install context menu on Windows 7

I tried to install TortoiseGit on Windows 7. Installation seemed successful, but TortoiseGit context menu does not show up after reboot. What should I do to install TortoiseGit c …
0
votes
1answer
41 views

How do I control my application’s name in the UAC dialog?

I would like to control the name of my application as it appears in the UAC dialog. Right now it shows up as something like "MyCompany.MyApp.exe"; I would prefer something like "My …
1
vote
3answers
85 views

Writing drive C: in Windows 7/Vista

I am developing an application that saves its settings in the install folder. If I install the app in the Program Files on drive C: and attempt to write the settings file I get an …
1
vote
2answers
75 views

How do I get around application scope settings being read-only?

What use are they if they cannot be altered from their default values anyway? Rhetorical question. First, what's the best way to circumvent the Settings system and write to the ap …
0
votes
1answer
136 views

tortoisesvn context menu’s and windows 7 / Vista UAC

Hi, I'm using Windows 7 and Tortoise SVN. (although the same applies to Vista) If, for exampe, I want to download a repo by using the context menu option "SVN Checkout", and wan …
1
vote
1answer
34 views

Write Access to Program Files folder

Hi, my application include a self-updater executable that is used to update the application. One of the first steps the updater is performing is to check that it does have write p …
0
votes
1answer
24 views

UAC - embedding manifest for .net

C++ projects have a linker option to embed manifest to require UAC elevation (/MANIFESTUAC:level) . Is there any such option for .net projects?
0
votes
1answer
28 views

How to change info on UAC prompt?

On Windows Vista, with UAC enabled, everytime a program that requires administrative priviledges starts, a UAC prompt is displayed. In the box, there are two fields - name and auth …
1
vote
1answer
20 views

Check Installer Permissions with Windows Visual Studio 2008 C#

Lots of Installer questions, but I can't find the answer to what I want. I've got an installer that can log in an Administrator account to continue the setup, but I don't know h …
0
votes
1answer
110 views

Is there a way to turn ON UAC programmatically with C#?

Is there a way to turn ON UAC programmatically with C#? I know, everyone seems to want to know how to turn it off. I want to be able to turn it on and restart the system. Thanks
2
votes
1answer
68 views

How do I ask for an elevation for Registry access to HKLM?

How do I ask for an elevation for Registry access to HKLM? I'd like to add EnableLinkedConnections to "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System\ …
1
vote
2answers
136 views

Pimp my UAC and a few questions about it

Hi, I have this application that need to do some things in protected paths (like %PROGRAMFILES%), I know that I should be using %APPDATA%, but I can't change that for now. I have …
1
vote
2answers
112 views

Elevating a process to run as admin doesn’t work

Elevating a process to run as admin doesn't work. If I run that application from an elevated command prompt it runs fine. But my code below doesn't. Process setupws = new …
1
vote
1answer
49 views

Why does running with elevated privileges force the use of UNC paths?

Why does running with elevated privileges force the use of UNC paths? I need to elevate my process AND keep the drive mappings I have. Yet when I run elevated the mappings are repl …

1 2 3 4 5 10 next
15 30 50 per page