install4j中,executeScheduleUpdate是如何工作的?

In install4j, how does executeScheduleUpdate work?

如果我使用 install4j 安装了多个应用程序并计划更新,UpdateChecker.isUpdateScheduled 和 UpdateChecker.executeScheduleUpdate 如何知道我要更新的应用程序?

None 其中接收应用程序 ID 或路径。

API中的类,比如UpdateChecker都是从JAR文件.install4j/i4jruntime.jar加载的。这标识安装目录。

您不能使用 API 更新其他已安装的应用程序,您必须调用这些安装的更新程序可执行文件。