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é

Recommended Answers

All 2 Replies

1. click on the application folder in the filesystem tab and open its properties. change the "Default location" to your needs

2. code your own updater or use the publish function of your application
(but not 100% sure about that)

3. right click the Application Folder in the filesystem tab, click "Add" and
choose File..., Folder or what ever you want.

1. click on the application folder in the filesystem tab and open its properties. change the "Default location" to your needs

2. code your own updater or use the publish function of your application
(but not 100% sure about that)

3. right click the Application Folder in the filesystem tab, click "Add" and
choose File..., Folder or what ever you want.

Thanks , this was de answer i was loking for.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.