December 21, 200421 yr After hours of searching i cant seem to find how to install Quick and Real Alternative silently and removing the components i don't want. Can someone point me in the right direction please
December 21, 200421 yr QuickTime Alternative and Real Alternative use Inno Setup,http://gnuwin32.sourceforge.net/setup.html for command-line switches.for QuickTime Alternative I use:/VERYSILENT /COMPONENTS=qt,qt\codec,qt\directshow,qt\plugins,qt\browserFor Real Alternative I use:/VERYSILENT /COMPONENTS=real,real\codec,real\directshow,real\browserTo discover what the component names are, do a normal install and then look in the registry entires:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\QuicktimeAlt_is1andHKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\RealAlt_is1for value "Inno Setup: Selected Components"I only have those components install so that I can exclude Media Player Classic from installing, since I have it install separately.
December 22, 200421 yr i suggest codec pack.bcz it contain not only real,quick codecs but also divx,xvid..a lot more.with a single pack u can get all kind of codecs.link http://www.msfn.org/board/index.php?showtopic=14614
December 22, 200421 yr QT Alt. & Real Alt. use Inno Setup.You cand find the silnet command from http://unattended.msfn.org/xp/applications/innosetup.htmbesides, the choice for components can use /LOADINF="filename" commandyou will see more information at "Additional Information" section at above link.
December 22, 200421 yr Author Is there a reason why when I use the /saveinf= "./silent.inf" or "c:\silent.inf", that it doesnt create my inf file when i install quicktimealt139.exe? I tried with the "Run" command and from a "cmd" window and it's the same...
December 22, 200421 yr Is there a reason why when I use the /saveinf= "./silent.inf" or "c:\silent.inf", that it doesnt create my inf file when i install quicktimealt139.exe? I tried with the "Run" command and from a "cmd" window and it's the same...You shouldn't have a space after the equals sign.Try/saveinf="C:\Silent.inf"instead of/saveinf= "C:\Silent.inf"
Create an account or sign in to comment