AutoUpdater.NET
AutoUpdater.NET copied to clipboard
Can it be used for Windows Services?
Please refer to answer in #405.
@ravibpatel Hi!
I went through the linked issue and other Windows Service related issues.. But my question is this. How will the update logic work without the service running?
Like, it will find an update, download and install. But before install the current service has to be stopped. But if the service is stopped won't the update part also stop?
Not if you create a separate win forms project for updating the service as suggested in the issue.