【发布时间】:2013-05-06 11:47:57
【问题描述】:
<ExePackage Id="PackageID1" DisplayName="xxx" Compressed="yes"
SourceFile="..\xxx\MyExe.exe" Vital="yes"
InstallCommand="parameters to the exe"
UninstallCommand="parameters to the exe"/>
当我触发卸载操作时:
this.Engine.Detect();
this.Engine.Plan(LaunchAction.Uninstall);
this.Engine.Apply(System.IntPtr.Zero);
exePackage 没有被调用。但是,在安装过程中,它进入了带有正确参数的exe包。
我在这里遗漏了什么吗?
【问题讨论】:
-
Burn 在 %TEMP% 中创建的日志文件可以帮助您。可以在这里发帖吗?
标签: wix wix3.6 wix-extension