I have developed a Windows Form Program in C# with Visual Stuido 2013. When it is installed, I would like the exe.config file to be in the AppData path. Becuase sometimes the program will have to read and write that file and I don't want the program has to be executed with administrator rights.
When I create the installer with a setup project, I add to the Application Folder the "Primary output from the program", but I can not specify that the exe.config may place into the AppData path.
Is there some way to do that in order to avoid the administrator rights?
Thank you.