第 3 方 Wix 库
我刚刚开始使用 Wix。我看到默认的 Wix 安装中包含了几个库。我还看到用户可以创建自己的库(wixlibs)。是否有任何第三方 Wix 库可以为 Wix 添加默认安装中可能未包含的附加功能?
I am just getting started with Wix. I see there there a several libraries included with the default Wix install. I also see that users can create their own libraries(wixlibs). Are there any 3rd party Wix libraries out there that add additional functionality to Wix that may not come packaged with the default install?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看 AppSecInc 我使用过他们的 wix 库和 ui 对话框,它们非常棒
check out AppSecInc I've used their wix libraries and ui dialogs and they are pretty awesome
快速的谷歌搜索并没有真正返回很多好的结果,所以我猜现在还没有很多。每当我们想在公司做一些特别的事情时,我们都会使用自定义操作 dll(可以用 .NET 代码制作)。
a quick Google search doesn't really return a lot of good results, so I'm guessing there aren't a lot out there right now. Anytime we want to do something special at our company, we use Custom Action dlls (which can be made in .NET code).