C# app update mechanism

  • Thread starter Thread starter Rob Frohwein
  • Start date Start date
R

Rob Frohwein

Hi ,

We are building an C# .net app that will be installed on
company workstations.
The app will consist of a number of assemblies.
Does anyone know if there exist some generic
update helper libraries or programes?

thanks
Rob Frohwein
 
What version of the framework is this for?

Have you looked at ClickOnce deployment? there is also the updater-block,
but this is more effort to use.

Marc
 
Back
Top