Page 1 of 1
real & quicktime alt
#1
Posted 15 June 2004 - 03:16 AM
does andone know the switches to allow you just to install the codecs and not media player classic?
I know about this switch
/VERYSILENT /SP-
but with me it tries to install the opera plugin.
If I remember right you used to be able to make an iss file with all your options but I can't get it to work with the newer versions.
I know about this switch
/VERYSILENT /SP-
but with me it tries to install the opera plugin.
If I remember right you used to be able to make an iss file with all your options but I can't get it to work with the newer versions.
#2
Posted 15 June 2004 - 04:40 AM
Older version must have used install shield installers, those are the ones that use .iss files. The new ones are Inno installers, can't use .iss files on them. Anyway, only thing I know is some will let you use the /COMPONENTS= switch if you know what the comonent names are. But I really don't know how to get the list of components. Someone else may know.
#3
Posted 15 June 2004 - 05:45 AM
For Real Alternative:
You can find the component names by installing an Inno setup with this switch:
The Inf file contains the selected component names.
/COMPONENTS="realcodec,realdirectshow"+ silent switches
You can find the component names by installing an Inno setup with this switch:
/SAVEINF="c:\setupinf.txt"
The Inf file contains the selected component names.
#4
Posted 15 June 2004 - 05:51 AM
Install them using the /SAVEINF="filename" option to record an install INF file (InnoSetup equivalent to an ISS file). Then in your unattended use the /LOADINF="filename" option to install unattended.
InnoSetup switches are available here.
I have not tried the components option, but if you create an INF it has a list of components in it. The components list from my install INFs are below. I don't know if I selected everything though, so something may be missing.
QuickTime Alternative
Real Alternative
InnoSetup switches are available here.
I have not tried the components option, but if you create an INF it has a list of components in it. The components list from my install INFs are below. I don't know if I selected everything though, so something may be missing.
QuickTime Alternative
Components=mpclassic,qtcodec,qtdirectshow,qtplugins,qtcpl
Real Alternative
Components=mpclassic,realcodec,realdirectshow
#5
Posted 15 June 2004 - 08:03 AM
Thats what it was 
SAVEINF and LOADINF
I knew it was something like that I just couldn't remember the name.
Thanks for the help
SAVEINF and LOADINF
I knew it was something like that I just couldn't remember the name.
Thanks for the help
#7
Posted 30 December 2004 - 11:33 PM
thanks a lot for this tip. always wanted to install without mplayer classic. now just using the /components key
#8
Posted 11 February 2005 - 02:43 PM
could someone post the full silent installation switch for ALL parts of realalt and qtalt, without MPC?
i want full realalt and qtalt, i just dont want the media player classic...
i want full realalt and qtalt, i just dont want the media player classic...
#9
Posted 11 February 2005 - 02:58 PM
look in my sig
How to Install Real Alternative 1.29 and QuickTime Alternative 1.39 without Media Player Classic:
How to Install Real Alternative 1.29 and QuickTime Alternative 1.39 without Media Player Classic:
REG ADD %KEY%\052 /VE /D "QuickTime Alternative 1.39" /f REG ADD %KEY%\052 /V 1 /D "%CDROM%\Software\quicktimealt139.exe /VERYSILENT /COMPONENTS=qt,qt\codec,qt\directshow,qt\plugins,qt\browser" /f REG ADD %KEY%\053 /VE /D "Real Alternative 1.29" /f REG ADD %KEY%\053 /V 1 /D "%CDROM%\Software\realalt129.exe /VERYSILENT /COMPONENTS=real,real\codec,real\directshow,real\browser" /f
#10
Posted 11 February 2005 - 06:40 PM
#11
Posted 13 March 2005 - 06:17 PM
Thanks, but is there a way to select the browser type (mine is FF) for the unattended install?
Share this topic:
Page 1 of 1



Help
Back to top









