如何在 installshield basic msi 项目中的列表框中而不是文本区域中显示操作文本?
我正在研究基本的 msi 项目。我想在列表中显示所有操作文本。 默认情况下,它是通过文本区域订阅的...
我该如何解决这个问题?
I am working on basic msi project. I want to display all actiontexts in a list.
By default, it is subscribed by a text area....
How can i solve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Windows Installer 不支持此功能。只有静态文本控件可以订阅操作文本。
This is not supported by Windows Installer. Only a static text control can subscribe to action text.