I am developing an AddIn for PowerPoint 2013 using vsto, vs ultimate 2013, and c#. During the deployment (using Msi Installer, or ClickOnce, or ClickTwice), how can I copy my data (files) from the project solution into a specific folder on the user's machine?
I am quite new to .Net. Sorry for my probably ignorance.