Can I update my application by downloading new files

  • Thread starter Thomas Christiansen
  • Start date
T

Thomas Christiansen

I have a small Winforms application consisting of one .exe and one .dll. In
the application there is a method that calls a webservice to see if there is
a newer version of the application available. If that's the case, I would
like to download the new version either as a .msi or single files and
replace the current version.

Does anybody know if this is possible ?

Thanks in advance

Thomas
 
H

Herfried K. Wagner [MVP]

* "Thomas Christiansen said:
I have a small Winforms application consisting of one .exe and one .dll. In
the application there is a method that calls a webservice to see if there is
a newer version of the application available. If that's the case, I would
like to download the new version either as a .msi or single files and
replace the current version.

<http://windowsforms.net/articles/appupdater.aspx>
 

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

Top