I have made an application in WPF and it has user profiles, not related to Windows user profiles. It's quite a simple thing, but I need to store those profile files somewhere. As I read, the preffered folders are Appdata, common application data etc. For me, even Documents will do the trick (it's a school project, those things don't really matter that much). My problem is how to make the a for the profiles folder in some of those places, becouse I do not have elevated permissions with my application? I know how to get to them, but not read/write.
I suppose that the installer is ment for that, and I am using InstallShield Limited Edition with Visual Studio 2010, but I don't know how to configure it to make a folder when installing.
Will unsuficient permissions make problems when I succeed in making an app folder, and want to write in it, or they not protected this way?
Tnx in advance.