Integration AtomaticUpdater component without UI support

Hi,

I need to create an application that will check for updates without UI interface.I have a service that will be running on client PC. What i want is to have a class in your library in which i can call function to check for updates and if they are exists stop service and WyUpdate updates my application.What i do not want is to have references to UI libraties in my VS project (e.g. Windows.Forms and Windows.Xaml).Is there a way to do that?

You have a few options. If your making a .NET app you can use the AutomaticUpdaterBackend class (see: AutomaticUpdater tutorial for Windows Services and Console Apps).

If you're not making a .NET app, then you have a couple of choices:

Tell me if this helps.