ExecWait 未在第二部分执行

问题描述

我有一个 NSIS 脚本,在该脚本中,我在部分中使用不同的参数执行相同的 .exe。例如,假设我有 abc.exe,它在第 1 节中正确执行,但在第 2 节中它没有完全执行。有人可以建议任何帮助吗?

Section "Module1"
 SectionIn 1
  SetoutPath $INSTDIR/config
  Setoverwrite off
   File "abc1.xml"
    ExecWait '"INSTDIR/abc.exe" -c "demo1.xml""'
Section End

Section "Module2"
 SectionIn 2
  Setoutpath $INSTDIR/config
  Setoverwrite off
   File "abc2.xml"
    ExecWait '"INSTDIR/abc.exe" -c "demo2.xml"'
Section End

提前致谢!!

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)