Thanks in advance for your help!
I have an installation project in my solution. The installation project includes files that I would like to include in the installation directory (template files, README documents, etc.).
A template file, in particular, I would like to access my code so that I can open it and populate it with real-time data. At runtime, how can I see where the user installed the application and accessed this template file?
Using Visual Studio 2010 (full version)
Language: VB.NET
source
share