The AutomaticUpdater doesn't close your app (neither does the AutomaticUpdaterBackend). It does, however, install pending updates on the next start of your app.
We have a Windows Forms application and a console application in the same folder. We integrated AutomaticUpdater into the Windows Forms application and it works very well.Now we are integrating AutomaticUpdaterBackend into the console application. But there is a different behavior in this case.
When there is a new version, the AutomaticUpdater downloads the new version, closes Windows Forms app, installs the new version and restarts the Windows Forms app.
The AutomaticUpdaterBackend does not restart the console app. Is there a way the AutomaticUpdaterBackend to restart the console app?
The AutomaticUpdater doesn't close your app (neither does the AutomaticUpdaterBackend). It does, however, install pending updates on the next start of your app.