NAppUpdate
NAppUpdate copied to clipboard
A simple framework for providing auto-update support to .NET applications
All activities are ~2 years old :-( May be some actual fork is exists?
I've forked and am looking into how easy this is to address. Should be very straightforward as you have no dependencies.
...to provide warning on file prepare issues instead of exiting completely. logs a warning with error message when task fails in prep step. Scenario: file with extension (like .cache) is...
Hello, in my project I've been using your library, but my requirement was to update from ftp. So I've added new type of source, so created this pull request. May...
ReLaunchAppArgs added FileUpdateExTask added to track progress when number of tasks are large.
In UpdateManager.cs, the following code is called during PrepareUpdates (line 240) and ApplyUpdates (line 404): task.ProgressDelegate += status => TaskProgressCallback(status, t); Hence, during ApplyUpdates, TaskProgressCallback is called twice for a...
If the main application is launched with some command line arguments and needs to be relaunched via NAppUpdater update.exe, the arguments are lost. Suggested changes: Add RelaunchAppArgs property to NauConfigurations...
Logging bug fixes and improvements: * Empty task descriptions issue * Public child conditions for check which of them were met by IUpdateTask
Issue with rollback files from backup when files are locked but equal to each other Automatic rollback after update fail