我正在尝试在我的nsis安装程序中静默执行ffdshow.exe但是ffdshow似乎无法使用我的方法,但MatroskaSplitter.exe和其他安装程序已使用相同的方法静默运行。
File "..\Prerequisites\ffdshow_rev4515_20130612_clsid.exe"
ExecWait '"$INSTDIR\ffdshow_rev4515_20130612_clsid.exe" /S'
答案 0 :(得分:2)
你确定ffdshow使用NSIS吗?
looks to me他们正在使用Inno,因此您可以尝试/silent
或/sp- /silent /norestart
。