Hi smartass,
I waste so many time to find a way to make an unattended install on ffdshow, and finaly i find one. Maybe it's not the best way, but it's working for me.
First you have to copy directory c:\Program Files\ffdshow to $OEM$\$1\install\ffdshow (or your installation directory);
Then you have to export all the keys from the registry whre you find "ffdshow" (I don't thing that all of them are needed, bud don't know which are general, so I export them all) and make them all in one registry file;
And finaly you have to register ffdshow.ax with "regsvr32.exe ffdshow.ax /s"
So for all this actions I've add this string to my C:\XPCD\$OEM$\$1\install\command.cmd file
Here is the lines:
ECHO Installing ffdshow 20030927
ECHO Please wait...
xcopy "%systemdrive%\install\ffdshow" "%systemdrive%\Program Files\ffdshow" /e /c /q /h /r /y /i
regedit /s "%systemdrive%\install\ffdshow\ffdshow.reg"
regsvr32.exe "%systemdrive%\Program Files\ffdshow\ffdshow.ax" /s
I'm sorry, but there's no place to upload ffdshow.reg file, and it's not a good idea to paste it here, because it too long.
I hope this will be usefull to you, and excuse my English.
P.S. I've just saw that thre is an option to attach a file, and here it is my version of ffdshow.reg