标签: vbscript installer wix
我希望VBScript中的CustomAction在运行后取消安装。
答案 0 :(得分:2)
只需从自定义操作中返回正确的错误代码即可。有关于此的MSDN文章 Return Values of JScript and VBScript Custom Actions 。
答案 1 :(得分:1)
你不需要在这里发明一个轮子 - WiX有standard custom action为此。