June 15, 200422 yr 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.
June 15, 200422 yr 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.
June 15, 200422 yr For Real Alternative:/COMPONENTS="realcodec,realdirectshow" + silent switchesYou 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.
June 15, 200422 yr 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 AlternativeComponents=mpclassic,qtcodec,qtdirectshow,qtplugins,qtcplReal AlternativeComponents=mpclassic,realcodec,realdirectshow
June 15, 200422 yr Author Thats what it was SAVEINF and LOADINFI knew it was something like that I just couldn't remember the name. Thanks for the help
December 31, 200421 yr thanks a lot for this tip. always wanted to install without mplayer classic. now just using the /components key
February 11, 200521 yr 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...
February 11, 200521 yr look in my sig How to Install Real Alternative 1.29 and QuickTime Alternative 1.39 without Media Player Classic: [code]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[/code]
February 12, 200521 yr EVERYTHIng you will need [url="http://www.codecguide.com/silentinstall.htm"]http://www.codecguide.com/silentinstall.htm[/url]
March 14, 200521 yr Thanks, but is there a way to select the browser type (mine is FF) for the unattended install?
Create an account or sign in to comment