RayOK
Nov 3 2003, 04:35 PM
I was looking for a way to specify which components are used in the Quicktime Alternative installer so I could add the Mozilla one when I went to install.. Well, I opened up the install.exe file (quicktimealt121.exe) in a hex editor and did a search for components. It doesn't show which components are available in the .exe file but there is another switch that can be used, /saveinf=. So, I used:
quicktimealt121.exe /saveinf="c:\filename.inf" and after the install was finished it wrote that .inf where I wanted it! And in it were the listing of the components I installed along with the language, the noicons setting, the install folder and group name!

I should also mention there is another switch, /loadinf= so that you can load the created inf and won't have to specify /noicons, /components, /dir, etc..
One last thing I should mention are all the switches I found "hex-searching" the quicktimealt121.exe file. I'm not sure what each one does, but they are below:
/SL4
/silent
/verysilent
/norestart
/noicons
/nocancel
/lang=
/components=
/loadinf=
/saveinf=
/group=
/detachedmsg
/debugwnd=
And here is the .inf it created with /saveinf=. Note, qtbroswer is the Opera/Netscape/Mozilla option.
[Setup]
Lang=default
Dir=C:\Program Files\QuickTime Alternative
Group=QuickTime Alternative
NoIcons=0
Components=mpc,qtcodec,qtbrowser,qtcpl,qtipix
Bachus
Nov 3 2003, 05:09 PM
What do qtcpl and qtipix do?
Nice work, by the way.
RayOK
Nov 3 2003, 06:02 PM
qtcpl is QuickTime Control Panel and qtipix is the QuickTime IPIX plugin which does something..
The others, mpc is Media Player Classic and qtcodec is the QuickTime Codec, obviously..
pmcx9
Nov 4 2003, 03:27 AM
This is how to adjust the default install of KLcodec which should be similar to quicktime alternative as same creator/ installer
Based on K-Lite Codec Pack 2.06 full
installername /verysilent [/DIR="x:\dirname"] [/GROUP="folder name"] [/NOICONS] /COMPONENTS="bsplayer,divx,divxdec,divxmpeg4,xvid,xviddec,3ivx,wmv,dvd,nompeg2,mpeg2ligos,mpeg2elecard,indeo
,indeo4,indeo32,i263,msmpeg4,huffyuv,mp3audio,wmaaudio,ac3audio,oggvorbis,musepack,vsfilter,oggvorbi
ssplitter,matroska,matrixmixer,divxaf,mmswitch,fourcc,gspot,disg400,disffdshow"
The commands between brackets are optional.
You can edit the components parameter to install only certain components. Now it includes ALL of them, so edit it first!
What you need:
installername /verysilent /COMPONENTS="bsplayer,divx,divxdec,xvid,xviddec,3ivx,wmv,dvd,mpeg2ligos,indeo,indeo4,indeo32,i263,mp3audio,w
maaudio,ac3audio,oggvorbis,musepack,vsfilter,oggvorbissplitter,matroska,fourcc,gspot,disg400,disffds
how"