I created a program using Visual Basic 2008 .
I want to use "Setup and Deployment Project" for deploying my Windows Application for Stand alone pc.
I want to install my windows application on stand alone pc in this directory:
c:\program\
My images in this directory:
c:\program\images
I have three questions about Setup and Deployment Project :
1. where can i give in install path for my appplication ?
2. what must i do if i change something in my application and want deploy again
3.How can i insert files (such as, images) so that they install in the right directory during installation of application
Thanks for the answers,
André