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.
install4j API 允许通过 ID 获取安装组件并确定它们是否在脚本操作中被选中。对于安装类型 ID,我没有办法做到这一点。我有几种安装类型,组件列表相同,但需要根据类型进行不同的配置。
我怎样才能做到这一点?
采用
(String)context.getVariable("sys.installationTypeId")
之所以不在上下文中是因为安装类型不是 install4j 中的基本概念,它是由安装类型屏幕提供的。事实上,您可以仅使用公共 API 对整个安装类型功能进行编程。