Wath I'm trying to do is launch silently a 3rd party InnoSetup installer from my own installer.
This is the 3rd party installer: http://ffdshow-tryout.sourceforge.net/download.php
The parameters that I use works ok If I launch the 3rd party installer form commandline, but If I launch it from my own Installer it shows the language messagebox of the 3rd party installer, is not silent.
Why?, how to fix it?
[Run]
Filename: {tmp}\{#InstallerName}.exe; Parameters: "/LANG=en /DIR=""{app}"" /SILENT /NOCANCEL /NORESTART /NOICONS /SUPPRESSMSGBOXES " ; Statusmsg: Installing {#AppName}...; Flags: waituntilterminated