Page 1 of 1
Quicktime and Real Alternative
#1
Posted 21 December 2004 - 02:49 PM
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
#3
Posted 21 December 2004 - 03:51 PM
QuickTime Alternative and Real Alternative use Inno Setup,
http://gnuwin32.sour....net/setup.html for command-line switches.
for QuickTime Alternative I use:
For Real Alternative I use:
To discover what the component names are, do a normal install and then look in the registry entires:
for 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.
http://gnuwin32.sour....net/setup.html for command-line switches.
for QuickTime Alternative I use:
/VERYSILENT /COMPONENTS=qt,qt\codec,qt\directshow,qt\plugins,qt\browser
For Real Alternative I use:
/VERYSILENT /COMPONENTS=real,real\codec,real\directshow,real\browser
To 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_is1 and HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\RealAlt_is1
for 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.
#4
Posted 21 December 2004 - 05:01 PM
Thx!!
...thats exactly what i was looking for guys!
#6
Posted 21 December 2004 - 09:39 PM
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/...showtopic=14614
link http://www.msfn.org/...showtopic=14614
#7
Posted 22 December 2004 - 03:19 AM
QT Alt. & Real Alt. use Inno Setup.
You cand find the silnet command from http://unattended.ms...s/innosetup.htm
besides, the choice for components can use /LOADINF="filename" command
you will see more information at "Additional Information" section at above link.
You cand find the silnet command from http://unattended.ms...s/innosetup.htm
besides, the choice for components can use /LOADINF="filename" command
you will see more information at "Additional Information" section at above link.
#8
Posted 22 December 2004 - 08:38 AM
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...
#9
Posted 22 December 2004 - 09:35 AM
saitoh183, on Dec 22 2004, 09:38 AM, said:
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"
Share this topic:
Page 1 of 1



Help

Back to top








