【问题标题】:Execute another installer silently within your Nsis installer在 Nsis 安装程序中静默执行另一个安装程序
【发布时间】:2013-08-12 05:06:09
【问题描述】:

我正在尝试在我的 nsis 安装程序中静默执行 ffdshow.exe,但 ffdshow 似乎不适用于我的方法,但 MatroskaSplitter.exe 和其他安装程序已使用相同的方法静默运行。

File "..\Prerequisites\ffdshow_rev4515_20130612_clsid.exe"
ExecWait '"$INSTDIR\ffdshow_rev4515_20130612_clsid.exe" /S'

【问题讨论】:

  • 编译过程中makensis.exe输出日志中是否有任何警告/错误?你在运行时有任何错误吗?如果您手动启动相同的命令,它会起作用吗?
  • @Seki 感谢您的努力,虽然没有错误,但我得到了答案。

标签: nsis silent-installer


【解决方案1】:

你确定 ffdshow 使用 NSIS 吗?

looks to me 就像他们在使用 Inno,所以你可以试试 /silent/sp- /silent /norestart

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2021-06-28
    • 2013-05-25
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多