saitoh183 Posted December 21, 2004 Posted December 21, 2004 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
titou2k Posted December 21, 2004 Posted December 21, 2004 use this arguments:/silent /dir="Install Path"
pinout Posted December 21, 2004 Posted December 21, 2004 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.
saitoh183 Posted December 21, 2004 Author Posted December 21, 2004 Thx!! ...thats exactly what i was looking for guys!
bmn Posted December 22, 2004 Posted December 22, 2004 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
JaSai Posted December 22, 2004 Posted December 22, 2004 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.
saitoh183 Posted December 22, 2004 Author Posted December 22, 2004 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...
Cartoonite Posted December 22, 2004 Posted December 22, 2004 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"
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now