WIX,Dot Net 管理的自定义操作,使用 SQL Server 实例动态填充组合框,MSI
在 WIX 中,我需要一个点网管理的自定义代码来动态填充该网络中 sql server 实例的值的组合框。
我尝试用谷歌搜索,但没有任何效果
非常感谢任何帮助。
In WIX am in-need of a dot net managed custom code to dynamically populate a combo box with the values of sql server instances in that network.
I tried to google but got nothing worked
Any help is greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
OP 没有问,但如果有人想知道,是的,您也可以在脚本中执行此操作。此示例填充 ListBox,而不是 ComboBox,但想法是相同的。
有一些支持方法:
是的,我在哲学上不同意 Rob Mensching 的观点:脚本自定义操作很糟糕
OP didn't ask, but in case someone is wondering, yes, You can do this in script, as well. This example populates a ListBox, not a ComboBox, but the idea is the same.
There are a few supporting methods:
And yes, I disagree philosophically with Rob Mensching's viewpoint that Script Custom Actions suck
http://msiext.codeplex.com 中有一个 C++ CA 可以完成此操作。
There's a C++ CA to do exactly this in http://msiext.codeplex.com.