我有三个应用程序:ApplicationLauncher.exeUpdater.exeMyApplication.exe我想使用ApplicationLauncher.exe来启动Updater.exe并且当Updater.exe完成更新时它应该发送向ApplicationLauncher.exe发出信号,然后应启动MyApplication.exe这是因为Updater.exe需要管理员权限才能更新,所以我想在更新程序工作时保持ApplicationLauncher.exe运行,然后使用ApplicationLauncher.exe启动MyApplication.exe为了让它工作,