小编Sar*_*hra的帖子

如何在wix安装期间执行exe

<CustomAction Id="RegisterEXE" Directory="INSTALLDIR" ExeCommand="&quot;INSTALLDIR]MyApp.exe&quot; /Register" Execute="immediate" Return="ignore" />   
<InstallExecuteSequence>
  <Custom Action='RegisterEXE' After='InstallFinalize' />
</InstallExecuteSequence>
Run Code Online (Sandbox Code Playgroud)

我已经使用了这段代码,但它不执行 exe。Exe 将自己注册为 ole 服务器并执行一些其他任务。

installation wix wix3.7

4
推荐指数
1
解决办法
6988
查看次数

标签 统计

installation ×1

wix ×1

wix3.7 ×1