在基本 MSI 项目的内部对话框中处理复选框选中事件

发布于 2024-09-11 10:00:39 字数 203 浏览 1 评论 0原文

工具:InstallShield 2009 Premier、Basic MSI 项目

我添加了一个内部对话框,并在该对话框中添加了一个复选框

现在,如果选中该复选框,我想退出设置(或者显示消息框)。

如何?

Tools: InstallShield 2009 Premier, Basic MSI Project

I have added an interior dialog, and in that dialog I added a checkbox.

Now if the checkbox is checked I want to exit the setup (or, show a message box).

How?

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

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

发布评论

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

评论(1

空袭的梦i 2024-09-18 10:00:39

你为什么要这么做?该对话框已经有一个取消按钮,对吗?我怀疑这里有一个更深层次的问题,我需要了解目标才能给出更好的答案。

否则,看看行为和逻辑 |控制事件并查看取消按钮是如何执行的。它调用 ControlEvent SpawnDialog 参数 CancelSetup 条件 1(始终),并且 CancelSetup 对话框有一个 EndDialog | 。退出事件。

Why would you want to do that? The dialog already has a cancel button, right? I suspect there's a deeper question here and I need to understand the goal to give a better answer.

Otherwise, take a look at behavior and logic | control events and look at how the cancel button does it. It calls the ControlEvent SpawnDialog argument CancelSetup condtion 1 ( Always ) and the CancelSetup dialog has an EndDialog | Exit event.

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