Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私のアプリは、それ自体を更新できる必要があります。そのためには、アプリの更新をクリックしてインストールを開始すると、インストールが完了した後に停止して再起動する必要があります。Windowsはどうにかしてそれを行うことができますか?
main applicationアプリケーションをとの 2 つの部分に分割できますupdater。メイン アプリからアップデーターを呼び出し (メイン アプリを停止)、すべての更新作業を行ってから、アップデーターからメイン アプリを再起動できます。
main application
updater