如何在C#中使用Windows Installer的MsiSetExternalUI来处理取消按钮单击

时间:2011-01-31 06:42:17

标签: c# windows installer installation windows-installer

在Windows msi安装中,我需要挂钩取消按钮单击消息。在自定义操作中,要调用MsiSetExternalUI以及messageFilter应该是什么?

如果有更好的方法来处理取消按钮点击事件,我们非常感谢。 \

提前致谢。

1 个答案:

答案 0 :(得分:0)

根据MSDN(http://msdn.microsoft.com/en-us/library/aa371248%28v=vs.85%29.aspx)上的此文档,您可以检查返回值IDCANCEL以确定取消按钮按下。