我试图在我的nsis安装程序中默默地执行ffdshow.exe,但是ffdshow似乎不适用于我的方法,但是MatroskaSplitter.exe和其他安装程序已经用相同的方法静默地运行了。
File "..\Prerequisites\ffdshow_rev4515_20130612_clsid.exe"
ExecWait '"$INSTDIR\ffdshow_rev4515_20130612_clsid.exe" /S'
发布于 2013-08-12 14:53:35
你确定ffdshow使用NSIS吗?
在我看来就像他们在使用Inno,所以您可以尝试使用/silent或/sp- /silent /norestart。
https://stackoverflow.com/questions/18179860
复制相似问题