I can\'t for the life of me figure out how to point to the parent of the source directory in the [Files] section.
[Files]
Here is an example of what I need:
You can use "{src}\..\Documentation\".
"{src}\..\Documentation\"
The .. notation means "the parent of the current folder, so in the snippet above it means "starting in the {src} folder, move up one leve (the parent of {src}), and then down into the Documentation folder there.
..
{src}
Documentation