如何使用 install4j 添加不可编辑字段 - 该值不是静态的,应从用户定义的变量中显示
我希望能够在安装屏幕中添加键/值对标签。关键是静态文本。该值是动态值,应使用变量中的值来显示值标签。我无法使用 install4J 来执行此操作。我看到像文本区域、文本字段这样的选项将能够做到这一点。然而,这些是可编辑字段,不符合我的目的。我想要一个不可编辑的字段来显示变量的值。这不是系统变量。这应该是用户定义的变量。我正在使用 install4j 4.2 版本。非常感谢这方面的任何帮助。
感谢您的回复。我能够创建键/值对。但是,我无法定义自己的安装程序变量。您能否让我知道在哪里可以定义可在键/值对中使用的安装程序变量?
I would like to be able to add a key/value pair label in an install screen. The key is a static text. The value is a dynamic value and a value from a variable should be used to display the value label. I'm not able to do so using install4J. I see options like a textArea, textfield that will enable to be able to do so. However, these are editable fields and does not serve my purpose. I want a non editable field to display a value from a variable. This is not a system variable. This should be a user defined variable. I'm using install4j 4.2 version. Any help in this area is highly appreciated.
Thanks for the response. I was able to create key/value pair. However, I'm not able to define my own installer variable. Can you please let me know where I can define an installer variable that can be used in the key/value pair?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个“键值对”表单组件可以完全满足您的需要。它在 install4j 4.2 中可用。
在“值标签/文本”属性中,您可以使用安装程序变量,例如
显示动态文本。
There is a "Key value pair" form component that does exactly what you need. It is available in install4j 4.2.
In the "Value label/Text" property, you can use an installer variable like
for displaying dynamic text.