如何使用 install4j 添加不可编辑字段 - 该值不是静态的,应从用户定义的变量中显示

发布于 2024-12-21 07:08:57 字数 284 浏览 2 评论 0原文

我希望能够在安装屏幕中添加键/值对标签。关键是静态文本。该值是动态值,应使用变量中的值来显示值标签。我无法使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

戈亓 2024-12-28 07:08:57

有一个“键值对”表单组件可以完全满足您的需要。它在 install4j 4.2 中可用。

在“值标签/文本”属性中,您可以使用安装程序变量,例如

${installer:myValue}

显示动态文本。

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

${installer:myValue}

for displaying dynamic text.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文