Two process and AutoUpdater component.

Hello, my team developing applications that is started by another process. This process can never be closed. However, the wyUpdate (when update our app) forces closure this (background)process.

Is there a solution that allows you to not close the process?

Background process -> start Application (Application can by updating)

You have 2 choices:

  1. close the process before the update, then restart the process after the update (see: https://wyday.com/wybuild/help/executing-files.php )
  2. Or, store the process that can't be closed"outside" of the folder that contains wyUpdate.exe.

Tell me if that helps.

I chose option 2 and works, thanks for the reply 🙂