Click here to Skip to main content
15,886,026 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have a project and i want to use clickonce...

in the project directory, it has text files on it needed bt my applications.

How can i deliver my program with the text files to my end users via clickonce?

What if i change the text files, added, and removed, and modify some, how can clickonce help me to replace the old textfiles and main program in my end program.

A sample pseudocode, if possible.

Tnx

Ps: the text files are used by my program but its not part of the source code.
Posted
Updated 10-May-13 2:16am
v2

1 solution

You will want to add your text files into the project. There is then a property on each file within Visual Studio called "Copy to Output Directory." You can set that to "Copy Always"
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900