0
votes
1answer
13 views
Registry permission question for win7-64 c# development
vs2008, c#: First time my winforms app runs it needs to create a setting in HKLM\Software. Obviously a permissions problem, but the requirement is that the user may not have admin …
0
votes
0answers
15 views
Is CLSID in registry for windows operating system is constant
Hi,
I am developing a windows mobile application where i need to get a registry value of notification settings ,that is stored with CLSID as a key .Can i depend on the CLSID for r …
0
votes
4answers
633 views
Using the EstimatedSize value inside a program uninstall key to correctly display the program size in the Add/Remove Programs list.
I've attempted to use the EstimatedSize value during creation of an uninstaller registry key for an app I've developed, unfortunately the value I specify does not appear in the Add …
0
votes
0answers
5 views
Reading registry values with cmake
On a Windows 7 machine I cannot read any registry values that contain a semicolon.
For example if you have 7-zip, running the following
SET(MYPATH [HKEY_LOCAL_MACHINE\\SOFTWARE\ …
1
vote
3answers
38 views
Register file extension in window registry?
I want to register my own project extension in window registry. I searched on google, at least i found this code, this works well, but I don't understand one line. What is meaning …
0
votes
6answers
206 views
Read and write to the registry with VB .Net
Hello,
I made a game and I would like to store the high score and other values in the windows registry. It's made in vb .net. Could someone give me a sample code example of simple …
0
votes
1answer
25 views
How to share windows registry on remote machine?
Hello,
Is it possible to share windows registry on remote machine? Or we can keep in synch two machines windows registry.
Please help..
Kartik
0
votes
1answer
20 views
Access to the windows registry using ADO .Net
Exist any ADO.NET Provider for access to the windows registry? Or rather you can use ADO to connect to the windows registry?
Thanks in advance.
0
votes
2answers
140 views
Writing values to the registry with C#
Hello,
I'm in the process of creating a C# application which will monitor changes made to the registry and write them back to the registry next time the user logs on.
So far I'v …
1
vote
0answers
15 views
How do I grant a service user sufficient rights to create registry keys in windows 7
I have an application that runs as a service, and dynamically creates and publishes windows performance (perfmon) counters.
When I run the application under my own account (as a s …
0
votes
0answers
23 views
How can I change the default / suggested / favourite users of the Windows 7 UAC dialog? [closed]
Whenever I want elevated rights I need to input the [LaptopLocalName]\administrator.
Because my user is in the domain, I cannot even just type administrator without a domain prefi …
1
vote
1answer
59 views
Finding out what Registry keys have been changed C#
Hello,
I'm currently in the process of developing and researching the feasibility of creating a small application to monitor personal preference changes within the registry.
Whe …
0
votes
1answer
60 views
Delete a registry value using a CAB installer
Is it possible to delete a registry key using a CAB installer that is generated using VS2005?
The CAB is targeted at Windows CE 6.
Edit:
I did find this http://forum.xda-develop …
0
votes
0answers
35 views
Can’t create a new Windows Azure Project - “Requested registry access is not allowed “
When I attempt to create a new Cloud Service project, after it prompts me for 'Roles', I get the following error message and VS just stops:
"Requested registry access is not allow …
1
vote
4answers
1k views
Creating a (ClickOnce) setup for VSTO Outlook Add-in
So I created an Outlook Add-in and used the click-once setup to deploy it.
The setup runs fine when the user is administrator, but otherwise: no go.
Running the setup with "run a …
