【发布时间】:2014-05-23 15:12:46
【问题描述】:
<CustomAction Id="RegisterEXE" Directory="INSTALLDIR" ExeCommand=""INSTALLDIR]MyApp.exe" /Register" Execute="immediate" Return="ignore" />
<InstallExecuteSequence>
<Custom Action='RegisterEXE' After='InstallFinalize' />
</InstallExecuteSequence>
我用过这段代码 但它不执行exe。 Exe 将自己注册为 ole 服务器并执行一些其他任务。
【问题讨论】:
标签: wix installation wix3.7