如何在 Wix 解决方案中整合定制的 wpf 屏幕
我们正在使用 Wix 和 Wpf 开发定制安装程序。我们使用 wpf 开发了一些屏幕,并希望将其集成到 Wix 解决方案中,而不是使用 Wix 提供的 UI 屏幕。有没有人这样做过; WIX 是否提供 WPF 对话框,或者我们可以在 WIX 解决方案中使用我们自己的自定义对话框(WPF 表单)吗?任何对此的指示将不胜感激。谢谢。
We are developing a customized installer using Wix and Wpf. We have developed some screens using wpf and wish to integrate the same in Wix solution instead of using UI screens provided by Wix. Has anyone done this; Does WIX provides WPF dialogs or can we use our own custom dialogs (WPF Forms) in WIX solution. Any pointers for this will be greatly appreciated. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
WiX 中有一个示例,展示了如何使用 DTF 构建 dll,将 WPF 应用程序包装为嵌入式外部 ui 处理程序,但这只是正确执行此操作所需的一个很小的开始。我一直想开发一个可换肤和可扩展的框架,但我还没有开始。我认为世界上没有人这样做过。 Visual Studio 安装程序是最接近的。
There is a sample in WiX that shows how to build a dll with DTF that wraps a WPF app as an embedded external ui handler but it's only a tiny beginning of what it would really take to do it correct. I keep meaning to work on a framework that would be skinable and extensible but I've yet to begin it. I don't think anyone in the world has ever done it. Visual Studio installer would be the closest.