我想通过使用Bootstrapper传递参数来执行exe文件说sample.exe。问题是bootstrapper应用程序无法执行exe。 有什么建议吗?
更新:
我有一个包含以下内容的bat文件:
start /d "D:\Setup\DBInstaller\bin\Release" DBInstaller.exe
我在Bundle.wxs上的代码是
<ExePackage Id="ExecuteScripts"
Vital="yes"
InstallCondition="RadioButton3 = 1"
Permanent="yes"
PerMachine="yes"
SourceFile="$(var.dir)ExecuteScripts.bat"
InstallCommand=""[WixBundleLastUsedSource]DBInstaller.exe" D:\Setup\DatabaseSettings.xml"
DetectCondition="true">
</ExePackage>
我发送XML文件的路径作为参数。
ERROR MSG:无效功能