Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/wix/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Wix CloseApplication元素不能与Bundle.wxs一起使用_Wix - Fatal编程技术网

Wix CloseApplication元素不能与Bundle.wxs一起使用

Wix CloseApplication元素不能与Bundle.wxs一起使用,wix,Wix,简短的问题是:如何在Bundle.wxs文件中使用util:CloseApplication元素 详情: 我使用以下语法使其在Product.wxs文件中按预期工作,但在Bundle文件中使用时不工作/执行 <util:CloseApplication Id="closePowerPoint" Target="POWERPNT.EXE" Description="Please close Power

简短的问题是:如何在Bundle.wxs文件中使用util:CloseApplication元素

详情: 我使用以下语法使其在Product.wxs文件中按预期工作,但在Bundle文件中使用时不工作/执行

<util:CloseApplication Id="closePowerPoint"
                       Target="POWERPNT.EXE"
                       Description="Please close PowerPoint application to proceed."
                       PromptToContinue="yes"                         
></util:CloseApplication>

我是否在bundle文件中遗漏了使其工作的内容,或者不可能/不建议这样使用它


任何想法或解决方案都将不胜感激。

CloseApplication代表一个自定义操作,因此只能在MSI包中使用。

那么我想知道为什么在bundle文件中使用此元素是可以的,并且在编译时不会出现错误。在这种情况下,GitHub的某个地方会出现警告或错误。