In a Visual Studio (2013) Deployment Project, I have a resource file (a text-file called settings.cfg) that shall be copied to the application folder. The ReadOnly-Property of that file is set to False.
After installation on the target platform (Win 7 Pro), the file is present (in the application folder), but the file may not be modified by a user without Admin-Rights, it is read-only.
Obviously in the windows-explorer you can modify the access options in the properties dialog, but you need admin rights + time/effort.
Is there a way to allow modification of the file by any user right from Visual Studio?