WIX - 在安装过程中生成对话框

发布于 2024-11-19 02:34:24 字数 161 浏览 1 评论 0原文

是否可以在 InstallExecuteSequence 中安排的自定义操作之后生成一个对话框???

我有两个自定义操作,在第一个操作之后,我需要生成一个对话框。 当用户在该对话框上单击“确定”时,该对话框将关闭并继续第二个对话框。

但是,在自定义操作完成后如何生成该对话框?

Is it possible to spawn a dialog after a custom action that is scheduled in InstallExecuteSequence???

I have a two custom Action, after the first one, I need to spawn a dialog.
When the user click OK on that dialog, the dialog close and continue the second one.

But how can I spawn that dialog after the custom action is done??

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

半世蒼涼 2024-11-26 02:34:24

可能不完全是您正在寻找的内容,但在您的自定义操作中,如果您包含 System.Windows.Forms,您可以调用 MessageBox.Show("...") 来打开一个对话框。

May not be exactly what you are looking for, but in your custom Action, if you include System.Windows.Forms you can call MessageBox.Show("...") to bring up a dialog.

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