I need to store program settings that can be read/write for all accounts. In the setup project, I will create a program specific folder for the settings under the CommonApplicationData special folder (Environment.SpecialFolder.CommonApplicationData). By default this folder would be read only to non-Administrator accounts.
Is there a way in the Visual Studio (2013) setup project to change the permissions to this new folder to Full Control for Everyone? I would like to do this in the setup instead of at run-time of the program.