Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am developing a C# application that involves a lot of small sound files. I need to package my application such that all the sound files are included in the installation file.

Please advice if there is a deployment method that can take care of this automatically, or partially?

If not, then do I need to embed my sound files as resources?

And if so, how can I automatically install/load them on the client computer so that my application can access them?
Posted
Updated 9-Jan-11 16:52pm
v2

1 solution

You can use nant build tool for that .Check it out !

http://blog.tech-cats.com/2007/11/getting-started-with-nant-net-build.html[^]
 
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