newbie needs help on creating a auto-update program

  • Thread starter Thread starter Danny Ni
  • Start date Start date
D

Danny Ni

Hi,

I was asked to add an auto-update feature to a VB.Net windows
application,.Basically when the application starts, it checks for if there
is an update on server, if yes do the update. I am thinking about simply
copying the updated application over existing application. Question is, the
application is running, how can I overwrite the application? Or am
completely on the wrong track?

TIA
 
Take a look at the Application Updator block.

The usual practice is to have a stub exe, that will load do the checking
update the application and reload.

Rgds,
Anand M
VB.NET MVP
http://www.dotnetindia.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top