Help - Search - Members - Calendar
Full Version: K-Lite Mega Codec Pack
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
GDragoN
Hi,

how to silent install K-Lite Mega Codec Pack 1.12? I would like to install some of the components, not all. Is it possible or not?

Millan
Bâshrat the Sneaky
QUOTE (GDragoN @ Sep 26 2004, 10:38 AM)
Hi,

how to silent install K-Lite Mega Codec Pack 1.12? I would like to install some of the components, not all. Is it possible or not?

Millan

Yes, this is possible, if you would simply have searched the forum or google...
Lucius Snow
Look there.
GDragoN
Great! I hope it works.

Millan
fourte3n
QUOTE (Bâshrat the Sneaky @ Sep 26 2004, 03:29 AM)
QUOTE (GDragoN @ Sep 26 2004, 10:38 AM)
Hi,

how to silent install K-Lite Mega Codec Pack 1.12? I would like to install some of the components, not all. Is it possible or not?

Millan

Yes, this is possible, if you would simply have searched the forum or google...

i think it is right that you have told them to look before asking.... but you should still try to help. give them the link. Only repeat offenders should be ignored.
GDragoN
Hi,

well, it works like that, but it installs more then I want. Even the features that I haven't selected got installed. Is there a solution for this?

Millan
Bâshrat the Sneaky
@fourte3n: You're right, but it's starting to work on my nerves that almost every new member (and that's ALOT) are asking questions without searching in advance...

@GDragon: are you sure you're starting the installer with the correct switches in that case?
crahak
QUOTE (Bâshrat the Sneaky @ Sep 26 2004, 09:16 AM)
@fourte3n: You're right, but it's starting to work on my nerves that almost every new member (and that's ALOT) are asking questions without searching in advance...

From experience, I'd say this is a problem on most forums, it's not just an isolated case. One popular solution is forcing people to wait a week or so before they can post for the first time - it forces to read and search for the answers first. It might sound rude in a way but even if it's annoying it does work... Many small things like that can be done but i doubt xper wants to do anything like that just before the switch to IPB 2.
prathapml
That sort of a solution (restricting free speech) goes against a lot of principles. Figure out what I mean to say... 'tis better I don't expand on it.

Moreover, people normally register/sign-up to get help (or ask a question which they found un-handleable by themselves) - if they had to keep quiet without posting, they'd as well not register and keep browsing the forums as a guest. I do know it because I utilised this forum for 6 months, before I finally felt that I wanted to register - and when I did, that was because I wanted to immediately ask a question, and wanted an urgent answer!

Fact is, there's no need to do anything about this. Because, if someone doesn't know the answer (atleast on MSFN) they just pass through that thread without replying. If someone DOES know the answer, they reply. If someone knows that the answer has been discussed many times in the past, they reply saying something about searching - and that normally happens with a "fully-in-flow" participatory member, who feels that they got to help where possible. After some time, even they start getting annoyed and won't reply if the answer is obvious enough to be found - by that time, someone else would have either replied with a solution, or some other member is "in-flow" to comment about searching. If you feel annoyed about something, just don't reply - the thread starter will usually get round to using the search button after some days of no responses.

That's my 2c on this... nothing but a mass of thoughts... pass it by dudes - nothing worth the time spent on reading, in this post of mine. Of course, you're free to dis-agree and state your own view, but please keep replies on-topic (without straying off-course).
GDragoN
Hi,

First about KLite: All switches are right, I have checked that twice. Problem is somwhere in the installer, or something else.

Secont about new members: I agree that all new users must wait few days, but this will bring a new problem. If I need something quick and that was not been a topic on the forum yet, how to ask question. But simplies solution is to ignore already asked questins, and let people wait. I am trying always to read/search forum first, before asking something. But from time to time, I don't find right solution, and need to ask something.

Millan
Bâshrat the Sneaky
QUOTE (GDragoN @ Sep 26 2004, 07:52 PM)
Hi,

First about KLite: All switches are right, I have checked that twice. Problem is somwhere in the installer, or something else.

Secont about new members: I agree that all new users must wait few days, but this will bring a new problem. If I need something quick and that was not been a topic on the forum yet, how to ask question. But simplies solution is to ignore already asked questins, and let people wait. I am trying always to read/search forum first, before asking something. But from time to time, I don't find right solution, and need to ask something.

Millan

Well sorry for me getting rude... But as I said, I was getting annoyed... Maybe YOU aren't such a lazy member, but there's plenty out of them...

CODE
klmcodec112.exe /silent /loadinf=".\silent.inf"

and place the silent.inf in the same folder as the installer

This should work! Got it like this?
GDragoN
No problem about rudness. I am a member of a lot of forums, and on some of them I made hunderds of posts, and I know how people get annoyed.

No, KLite is still acting funny.

Millan
Drac0
You are probably listing the parent of each group in the .inf file. This causes ALL items in that group to be installed no matter what is selected. So if you have something like this in silent.inf:
QUOTE
Components=player,player\bsplayer,video,video\divx,video\xvid,qt,qt\codec

remove the parent listing (colored red above) so it looks like:
CODE
Components=player\bsplayer,video\divx,video\xvid,qt\codec

Do this for all groups - player, video, qt, real, audio, filters, tools & compat. Once thats done it will only install what's listed.

Note also that some entries, such as video\divx, are also parents to third level options (video\divx\dec, video\divx\enc for example). If you only want to install some of these 3rd level items then you must also remove the entry for thier 2nd level parent otherwise, once again, all the 3rd level options will be installed no matter what else is selected.
GDragoN
Hi,

well, installer works OK. It was my mistake working with two XP partitions, both active. So all OK. Thanx to wveryone for the suiggestions.

Millan
crawdaddy
FYI, the link is down...and I need the info. I did do a search on google for k-lite mega pack silent install, so the answer isn't so obvious. any help is appreciated.
fourte3n
http://www.k-litemegacodecpack.com/index.p...t=silentinstall

For me though It looks like it's installing media player even though I say not to in my inf and it's not totally silent (QT Alternative was fixed by using /VERYSILENT) Will this work?
vcBlackBox
QUOTE
For me though It looks like it's installing media player even though I say not to in my inf and it's not totally silent (QT Alternative was fixed by using /VERYSILENT) Will this work?


This happen to me too, even though I followed exactly the silent guide.
http://www.k-litemegacodecpack.com/index.p...t=silentinstall

The problem is using the pwd relative path command,
CODE
/LOADINF=".\silent.inf"

It wasn't even reading my inf file, so I use the absolute path instead. ie.
CODE
/LOADINF="%systemdrive%\install\k-lite\silent.inf"

That solved my problem, hopefully yours too.

Also, you might want to removed the /DIR from your silent.inf and instead place that switch inline with a slight modification for better portablility.
www2000
QUOTE (prathapml @ Sep 26 2004, 11:51 AM)
That sort of a solution (restricting free speech) goes against a lot of principles. Figure out what I mean to say... 'tis better I don't expand on it.

Moreover, people normally register/sign-up to get help (or ask a question which they found un-handleable by themselves) - if they had to keep quiet without posting, they'd as well not register and keep browsing the forums as a guest. I do know it because I utilised this forum for 6 months, before I finally felt that I wanted to register - and when I did, that was because I wanted to immediately ask a question, and wanted an urgent answer!

Fact is, there's no need to do anything about this. Because, if someone doesn't know the answer (atleast on MSFN) they just pass through that thread without replying. If someone DOES know the answer, they reply. If someone knows that the answer has been discussed many times in the past, they reply saying something about searching - and that normally happens with a "fully-in-flow" participatory member, who feels that they got to help where possible. After some time, even they start getting annoyed and won't reply if the answer is obvious enough to be found - by that time, someone else would have either replied with a solution, or some other member is "in-flow" to comment about searching. If you feel annoyed about something, just don't reply - the thread starter will usually get round to using the search button after some days of no responses.

That's my 2c on this... nothing but a mass of thoughts... pass it by dudes - nothing worth the time spent on reading, in this post of mine. Of course, you're free to dis-agree and state your own view, but please keep replies on-topic (without straying off-course).

I haffta agree. I've been trying to figure all this out without asking any questions or help from anyone. Most of the stuff I wanna know already has been covered.

The only reason I jumped in and registered was to let one message I seen posted about Japan releasing a Sony with a TB hard drive or something.

I hurried and let everyone know you can get a LaCie 7200 RPM USB2, or Firewire 400/800 hard drive as well. 500 GB and 1 TB drives. 1 TB use to be 800 something but is back up to 906. It use to be 1200 when it first came out. So it's dancing a bit.

Location if anyone is interested is at compusabusiness.com
Look in the Hard Drives and narrow your search to 500Gigs and Higher.

So... Anyone with the desire to get a TB hard drive won't haffta wait for Japan to release their Sony computers and charge 4 grand for the setup.
Was it worth me jumping in with my 2 cents?

If anyone gets excited and rushes off to get their own TB drive, I'd say so.
If I had to wait a week, I'd have moved on and never signed up.

Some people get addicted to Forums. Some people don't.
The reason I don't care for them much is because often times than not, the Administrators of forums get on an "I'm GOD!" trip. And it's easier to move
on than trying to put them in their place.

I'm sure plenty of people can agree with that. Life is to short to be behind your monitor trying to prove a point.
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.