ravibpatel / AutoUpdater.NET

AutoUpdater.NET is a class library that allows .NET developers to easily add auto update functionality to their classic desktop application projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AutoUpdater.NET试图删掉自己

qsgy opened this issue · comments

same problem
remove

This can happen if an application process is still lingering while ZipExtractor is trying to update. Make sure you release any resources used by the app and exit it gracefully by using the exit event as shown here.