Alex Gordon
Alex Gordon

Reputation: 60691

publishing app in vb.net

when i publish an app in vb.net it creates some files:

application files directory, app.application, and setup.exe

i am going to be distributing this application to people who can barely use a computer, so i need to bundle everything in one, self-extractable package.

how can i do this?

Upvotes: 0

Views: 174

Answers (1)

Raja
Raja

Reputation: 3618

I think your best choice would be to use Click Once Deployment. All your user have to do is to click on a link and the application gets installed. Moreover its easy for you to send updates too.

HTH

Upvotes: 1

Related Questions