Ravi Patel
Ravi Patel
@VasenevEA It is only possible if you handle the update manually as shown [here](https://github.com/ravibpatel/AutoUpdater.NET#handling-updates-manually). You need to handle download and execution logic yourself, you can't use the DownloadUpdate method provided...
@alexeylobankov Can you import the project and reference it directly? It will help in pointing out the issue.
Sorry, currently there is no way to do this.
Currently, There are no plans to implement it. You can fork the project and modify it as you wish.
No, It is not possible. You must update the version in the XML file in order to trigger the update.
It is not possible even if I provide a flag to use old one, it will still reference those DLLs. You have to use older version (1.7.0) if you want...
It is not possible to do so right now.
Does it successfully download the application? Do you see the downloaded file at download location? ApplicationExitEvent won't work because you are handling the update using the event. You have to...
ZipExtractor is designed to not work without closing the app, so you must have to remove [these lines](https://github.com/ravibpatel/AutoUpdater.NET/blob/master/ZipExtractor/FormMain.cs#L54-L70) and compile the library. The whole library is designed to download the...
If I add it, then I have to stop it from existing from other places too. If this feature has enough attention, then I may implement it.