开发者

Handle CheckBox Checked Event in Interior Dialog in Basic MSI Project

开发者 https://www.devze.com 2023-01-09 02:19 出处:网络
Tools: InstallShield 2009 Premier, Basic MSI Project I have added an interior dialog, and 开发者_开发问答in that dialog I added a checkbox.

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?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消