InstallShield 动态对话框
我想创建一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为这取决于文件所在的位置。
如果该文件已经存在于系统中(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