Help - Search - Members - Calendar
Full Version: Install ffdshow silently?
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
echobrain
I'm trying to install ffdshow silently, but i can't get it working. The installer looks like a installshield, but i'm not shure.

any ideas?
nuhi
Copy all files from Program Files\Ffdshow and
settings from registry HKEY_CURRENT_USER\Software\GNU\ffdshow
and HKEY_LOCAL_MACHINE\Software\GNU\ffdshow
(for example in settings.reg)

Then apply by batches:
CODE
regsvr32.exe /s "%SystemDrive%\Program Files\Ffdshow\ffdshow.ax"
regedit /s settings.reg
KrzysieQ
Sorry for question but how to make sillent mode installator ?
MHz
FFdShow is a Nullsoft installer. Use a capital S.
CODE
setup.exe /S
Bib
The new version donīt work with /S.

Any ideas, how to install the new ffdshow-Version silently? I tested 20070529.
Shark007
It is no longer Nullsoft, it is Inno Setup, use:

/silent


shark
MHz
Probably Inno Setup as latest I have of that date.
Try these switches
CODE
/Sp- /NoRestart /VerySilent /SuppressMsgBoxes

The /VerySilent is the important switch and the others are in case of optional events set by the installation developer which I use for all Inno Setup installations.

smile.gif
elajua
and to export your settings just open the configuration of ffdshow and click on export settings.
RaGhul
I put FFDShow on nearly all of my xp CD's.

Get the latest version here:
FFDShow Tryouts

The original FFDShow was abondoned nearly 3 yrs ago, but these guys restarted the project with more current codecs. You can use the nightly builds if you like. I've never had a problem with them. But if you want to 'play it safe', I suggest you use the Official Beta 2.

Here are the switches:
/VERYSILENT /SP-

newwink.gif
ZileXa
uhm yes but if you go to that site it can be difficult to see wich one to download. The latest STABLE and recommended version of that Tryouts site, can be found here: www.x264.nl
RaGhul
I usually just download the latest nightly build. So far (knock on wood), haven't had a problem. I thought the Official Beta 2 would be the most stable release. huh.gif

The one at x264 is dated June 3rd. Today is the 8th.

I'll assume you know what you're talking about, ZileXa, since you're old school at MSFN (no offense intended). But I'm just wondering, how do you know that's the newest stable release??
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.