Search Results

5
votes
5answers
1k views

I want my C# Windows Service to automatically update itself.

Is there a framework that can be used to enable a C# Windows Service to automatically check vor a newer version and upgrade itself? I can certainly write code to accomplish this, but I am looking …