install4j 补丁(附加安装程序)

install4j patch(Add-on installer)

有没有办法退出附加安装程序并自动将机器恢复到以前的状态。我读到附加安装程序没有卸载操作,所以答案可能是否定的。

附加安装程序会使用相同的响应文件吗?

如果新面板在附加组件中是 added/removed,响应文件中相应的变量是否会是 added/removed?

我们可以为单个应用程序 ID 设置多个附加安装程序吗?

getAddOnApplicationInfoByDir() 它将检索什么信息? 正如我所见,我们没有为附加组件修改的版本或应用程序 ID 很好奇不同的附加组件是如何区分的。

Is there a way to back out the add-on installer and retrieve the machine to the previous state automatically.

不,没有办法。

Will add-on installer use the same response file?

是的,这只是安装程序中的 "Load a response file" 操作。

If new panels are added/removed in the add-on will the corresponding variable be added/removed in the response file?

不,附加安装程序不会覆盖响应文件。

getAddOnApplicationInfoByDir() What info it would be retrieving?

它returns所有已安装的附加安装程序。