How distribute files with VS2005 Win app?

  • Thread starter Thread starter Ronald S. Cook
  • Start date Start date
R

Ronald S. Cook

Hi all,



We've created a VS2005 Windows application. We're using "ClickOnce" that's
built in to deploy the app. However, we want to also send with the install
a folder of data files that the end user will need. Can ClickOnce
incorporate this? If not, how can I accomplish this need?



Thanks!

Ron
 
Add a folder to your solution and then add the data files to the folder. In
the Properties of the Project, in the Publish tab, click the application
files button to make sure the data files are included in the project.
 
Back
Top