I have my completed VB.NET program but in order to make it as generic as possible, I had to copy all of the external files the VB.NET program uses to the bin folder. I created a Windows installer so the program can be distributed. I installed it on a different machine from that which created the program. I tried running it but I get an error message saying it can't find a file needed. Aren't all of the files in the bin folder compiled with the program? If not how do I get them where they are needed? Thanks in advance for the advice!!

Dave