In my VB application I have some picture files that I use as textures for my VB openGL game. I put these picture files in the bin folder.

But when I publish the application the setup files do not include these picture files.

How do I solve this problem? How do I set things up so that when the user installs the application the picture files are also transfered to the destination programfiles subfolder?

At present I am just focusing on a CD install. So Obviously the CD will need to contain the setup exe as well as the picture files. Do I need to manually copy paste the picture files into the CD?

David