how to add service/demean for checking software updates

  • Thread starter Thread starter salman
  • Start date Start date
S

salman

hello
i want to start/install any service or demean with my software (during
installation or running software) for future updates.
how can i do this? can i include any thread or process to
check/download new updates time to time from my server? how can i add
this service/procedure
...or any other procedure for checking, downloading and installing
software updates
thanks in advance

Salman
 
What type of application is this for?

If a normal winform you might want to take a look at click once deployment
which includes most of this .. If for other types of applications there are
numerous libraries that are available to do this.

Cheers,

Greg Young
MVP - C#
http://codebetter.com/blogs/gregyoung
 
thanks for reply
my application is winform. And i want to add service that
check/download updates from server.
what will be the best option/way to do this?
thanks

Salman
 
thanks for reply
my application is winform. And i want to add service that
check/download updates from server.
what will be the best option/way to do this?
thanks

Salman
 

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