How to give Read/Write permissions to a Folder during installation using .NET
I guess my other post was deleted for being a little too general, so I’ve refined it below: The thing to do is make a custom action. It’s pretty straightforward, check out the MSDN walkthrough for writing a C# custom action here. You’ll put your permission-changing code inside the Install method: Follow the first few … Read more