如何在 Wix 解决方案中整合定制的 wpf 屏幕

发布于 2024-08-27 13:13:49 字数 172 浏览 5 评论 0原文

我们正在使用 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 技术交流群。

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

发布评论

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

评论(1

眼角的笑意。 2024-09-03 13:13:49

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.

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