NAppUpdate icon indicating copy to clipboard operation
NAppUpdate copied to clipboard

Add UI to the updater process

Open kkozmic opened this issue 11 years ago • 5 comments

The problem is running updater takes a couple of seconds in my case.

During that time the main application is inaccessible, but since it's taking a while the users might want to relaunch it, thinking something has failed, and that it should have re-launched by now.

Having some sort of (other than the console) UI (A progress bar + some text saying "update in progress") would help.

kkozmic avatar Aug 27 '13 03:08 kkozmic

We might be able to remove the need for the external Updater entirely - would be a better solution

synhershko avatar Aug 27 '13 12:08 synhershko

Agreed On 27/08/2013 10:20 PM, "Itamar Syn-Hershko" [email protected] wrote:

We might be able to remove the need for the external Updater entirely - would be a better solution

— Reply to this email directly or view it on GitHubhttps://github.com/synhershko/NAppUpdate/issues/39#issuecomment-23331127 .

kkozmic avatar Aug 27 '13 12:08 kkozmic

Any updates on this?

robinwassen avatar Jul 10 '15 12:07 robinwassen

I'm afraid I don't have enough time to work on this at the moment, PRs welcome

synhershko avatar Jul 16 '15 12:07 synhershko

We are facing a similar issue and I propose the following solution:

Instead of adding UI, we can add callbacks to which the calling application should hook and display UI. This works perfectly during the checking, preparing and applying phases. The calling application is shut down only during cold update, which is typically a small part of the overall update process.

Can submit a pull request if the idea seems OK.

absinghal avatar Mar 28 '17 20:03 absinghal