标签: java installer install4j properties-file
我想使用install4j读取属性文件并使用它设置安装程序变量,但安装程序变量和属性文件中的键是不同的。那么,我如何通过使用动作以这种方式阅读?
答案 0 :(得分:0)
您可以使用"读取属性文件"行动后跟一个"运行脚本"复制安装程序变量值的操作,如下所示:
context.setVariable("newName", context.getVariable("oldName"));