I have a .NET setup project that deploys an SDF file to the Application Folder that is created. However, in Windows 7, it seems that the permissions do not allow the program to write to this file, readonly! In XP, the installer seemed to work fine.
So, is there a way to change the file permission of this file? I treid using ORCA to do it, but don't really want to have to chagne the MSI everytime I recompile it in VS 2010.
I also tried looking at User's Personal Data Folder, but how do I create a folder named [Manufacturer]/[ProductName]? Do I have to hard code it?
What are the best options out there?
cheers