InstallShield - 如何在安装对话框中显示产品代码

发布于 2024-12-05 00:39:49 字数 215 浏览 2 评论 0原文

这可能真的很明显,但对于我来说,我无法弄清楚如何做到这一点。

我在 InstallShield 2011 中创建了一个基本 MSI 安装包。我无法弄清楚如何获取在“安装设计器”的“一般信息”页面上设置的“产品版本”字段以显示在设置期间的对话框。

我可以看到显示了“产品名称”属性,但没有显示“产品版本”

如何在安装过程中向用户显示“产品版本”?

谢谢!

This is probably really obvious, but for the life of me I can't figure out how to do this.

I have a Basic MSI install package created in InstallShield 2011. I haven't been able to figure out how to get the 'Product Version' field that is set on the 'General Information' page of the 'Installation Designer' to show up on the dialog form during setup.

I can see that the 'Product Name' property is displayed, but not the 'Product Version'

How do I display the 'Product Version' to the user during install?

Thanks!

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

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

发布评论

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

评论(1

拥有 2024-12-12 00:39:49

试试这个:

  • 转到对话框页面并选择您想要的对话框,
  • 单击“编辑对话框布局”链接来修改对话框,
  • 选择将使用产品版本的控件
  • 在其属性窗格中在文本中写入以下内容字段:

    [ProductVersion]

这是格式化类型。请注意,并非所有控件都支持其文本中的格式化值。

Try this:

  • go to Dialogs page and select the dialog you want
  • click "Edit dialog layout" link to modify the dialog
  • select the control which will use the Product Version
  • in its Properties pane write the following in Text field:

    [ProductVersion]

This is the formatted type. Please note that not all controls support formatted values in their text.

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