-
Notifications
You must be signed in to change notification settings - Fork 771
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to decide for yourself whether to start #723
Comments
It launches the installation file for update. If you are using a zip file as an update file, then it will wait for the app to exit before installing the new version. You can handle Application Exit event as shown here to do something before exiting the app for update. |
Are there plans to implement support for single-EXE programs? When a single EXE program is running, update files can only be downloaded to other directories and cannot replace older versions. |
Or add a static variable, can you decide whether you need to start the installer after the download is complete? |
Can you tell me what is your use case exactly? |
I want to download the update without executing Process.Start(), wait for me to do some processing on the downloaded file, and then decide when to execute Process.Start() |
AutoUpdater.NET/AutoUpdater.NET/DownloadUpdateDialog.cs
Line 247 in f3f1bf2
The text was updated successfully, but these errors were encountered: