I have a desktop app which includes some content files. Currently the files are not editable where they are deployed (App Folder\Templates).
I'm looking for documentation or info on how to deploy with these files where the user is able to open them and edit them.
These are text files. And would be opened outside my app with either notepad or something else.
I currently use MSI setup and Windows Store deployments.
If you install it to the %appdata% folder instead, users should be able to edit the template files.