Changind Folder Access Rights on Target Machine

mtran3622

New member
Joined
May 24, 2005
Messages
1
Location
Orange County
Programming Experience
1-3
Hi,

In my setup project, I have created a number of folders (C:\DFM, C:\DFM\DATA, etc..) for the wizard to create on the target machines. I just wondering where do I need to go or what do I need to do in the setup project in order to give more access rights ("Write" or "Modify") to the end users for the folders that were created at the deployment time. The default rights at the moment are: "Read & Execute", "List Folder Contents", and "Read".

At the moment the only user group that can run my VB.Net application properly is the Administrators group since it has almost all the access rights. Those users who are only in the User group would have some problem to run the application since it didn't have the "Write" or "Modify" rights on the C:\DFM\DATA folder.

If you have any information regarding changing the file or folders acess rights in the set up project, please post it.

Thanks,

MT
 
Back
Top