MSFN Forum: New Inno Setup Switches - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

New Inno Setup Switches Kazaa Lite, Quicktime Alternative, etc.. Rate Topic: -----

#1 User is offline   RayOK 

  • Member
  • PipPip
  • Group: Members
  • Posts: 152
  • Joined: 21-September 03

Posted 03 November 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


#2 User is offline   Bachus 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 408
  • Joined: 25-July 03

Posted 03 November 2003 - 05:09 PM

What do qtcpl and qtipix do?
Nice work, by the way. :)

#3 User is offline   RayOK 

  • Member
  • PipPip
  • Group: Members
  • Posts: 152
  • Joined: 21-September 03

Posted 03 November 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..

#4 User is offline   pmcx9 

  • Member
  • PipPip
  • Group: Members
  • Posts: 165
  • Joined: 07-September 03

Posted 04 November 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"

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy