If pictures are already loaded (basically you did that in design) then all you need to do is compile your app - images will be compiled all together.
If you load images from the hard drive (perhaps using LoadPicture) then you will have to include them all in your ditribution package.
You can also use resource file, database...

For more detailed instructions visit our Application Deployment forum.