Can I update my application by downloading new files

  • Thread starter Thread starter Thomas Christiansen
  • Start date 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
 
* "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>
 
Back
Top