Hi All,
I have two questions related to permissions which is going to cause me to
lose my last piece of hair on top of my head. I am using VS2003 on XP Pro
with Framework 1.1
1. The windows app creates registry keys during the install. However, when
users with limited rights access the application it raises the Access to
registry key is denied error. The user can go into these registry keys by
using regedit. Besides, while executing these code lines, the assembly
requests the registry access rights by using System.Security.Permissions.
Well, it doesn't work unless the admin goes to registry and right clicks on
the associated registry key to give full permission to the machine users. If
this is my only option, then how can I do this programmaticaly?
2. Setup places a folder and several files for shared access from this
folder. This folder also needs to grant access to users. How can I do this
programmaticaly?
Thank you very much for your help.
Korhan