How distribute files with VS2005 Win app?

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
 
G

Guest

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top