InstallShield 动态对话框

发布于 2024-10-06 04:21:51 字数 93 浏览 4 评论 0原文

我想创建一个 InstallShield 项目,它有一个自定义对话框,其中包含一些文本框,当安装运行时,这些文本框将动态填充文本文件中的数据(日期、版本信息等)。这可能吗?

I want to create an InstallShield Project that has a custom dialog containing a few text boxes that will be dynamically filled in with data from a text file (date, version info etc..) when the install runs. Is this possible?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

你没皮卡萌 2024-10-13 04:21:51

我认为这取决于文件所在的位置。

如果该文件已经存在于系统中(XML或INI格式,也可能是注册表),您可以使用系统搜索来查找它们。如果找到,这些值将存储在属性中,然后您可以在对话框中使用该属性(有一个可以使用的“属性”字段)。

如果它是您正在安装的文件,那么情况就不同了,因为在 GUI 执行时,您将无法访问它。

如果您提供更多信息,那么我可以提供一些更具体的建议。例如:文件位于哪里?谁修改它?它是安装的一部分吗?

问候,

胡安·卡洛斯

I think that depends on where the file lives.

If the file exists already in the system (XML or INI formats, it could also be the registry), you could use System Search to find them. If found, the values would be stored in properties, which then you can use in your dialog (there's a Property field that you can use).

If it's a file you are installing then that's a different story, because at the time of the GUI execution, you will not have access to it.

If you provide more information then I could give some more specific advice. Things like: Where does the file live? who modifies it? is it part of the installation?

Regards,

Juan Carlos

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