related picture files to transfer during installation
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
Re: related picture files to transfer during installation
oh forgot to say im using vb 2010 express.
Re: related picture files to transfer during installation
Anybody?
Does it have somethign to do with registering the files in the bin/debug folder as a resource?
Please send a related link to a thread if u think it will help.