NAppUpdate
NAppUpdate copied to clipboard
ProgressCallBack
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 single call to OnProgress.