MSFN Forum: K-lite codec pack how to install it? - 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
  • 3 Pages +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic

K-lite codec pack how to install it? Rate Topic: -----

#21 User is offline   xtremexxx 

  • MSFN Addict
  • PipPip
  • Group: Members
  • Posts: 177
  • Joined: 04-July 04

Posted 31 July 2004 - 12:44 AM

And this new one, how do YOU install it ?


#22 User is offline   Solid as a rock 

  • So solid as a rock is
  • PipPipPipPipPip
  • Group: Members
  • Posts: 718
  • Joined: 30-May 04

Posted 31 July 2004 - 03:57 AM

xtremexxx, on Jul 31 2004, 08:44 AM, said:

And this new one, how do YOU install it ?

start /wait %systemdrive%\Install\codec\klcodec227f.exe /silent


put that in cmd and you are gone. the problems i have are all solved. what was the solution? i dont know....

because i have do many things. i have created a new disk with xpcreate because there are a new hotfix for IE and also remove the OPK and the hotfix Dx9b(<--this one is not the problem i am sure because i remove it earlier and wont help) and place the redist Dx9.c. also move the regtweaks to cleanup.cmd

i am happy it works without errors.....

you can specify your wantings with a ini file but i have googled for 3 hours and dont find ANY usefull information about this in english or dutch, there was a french site but i cant read french and wont use bablefish.

also i am wondering this works only AFTER the unattendsetup:

DEL "%systemdrive%\Documents and Settings\Administrator\Application Data\Microsoft\Internet Explorer\Quick Launch\De Internet Explorer-browser starten.lnk"
DEL "%systemdrive%\Documents and Settings\Administrator\Application Data\Microsoft\Internet Explorer\Quick Launch\Windows Media Player.lnk"


do someone know a solution? i want to install the quicklaunchbar in an earlier stadium but i cant find a way to do that...

#23 User is offline   LittlBUGer 

  • Group: Members
  • Posts: 1
  • Joined: 07-July 04

  Posted 03 August 2004 - 01:04 PM

Though I just noticed you fixed it, this is what I've used with no problems (note the section with the silent.inf and how it's enclosed in quotes and whatnot):

install.bat
@Echo off
title Installing K-Lite Codec Pack
color f1

echo K-Lite Codec Pack installation in progress...
klcodec227f.exe /silent /SP- /Loadinf=".\silent.inf"


silent.inf
[Setup]
Lang=en
Dir=C:\Program Files\K-Lite Codec Pack
Group=K-Lite Codec Pack
NoIcons=0
Components=divxdec,divx,divxmpeg4,xviddec,xvid,3ivxdec,3ivx,wmv,vp3,vp6dec,vp6,dvd,indeo,indeo4,inde
o32,i263,huffyuv,msmpeg4,mpeg2el,mp3audio,wmaaudio,ac3audio,ac3acm,oggvorbis,aac,musepack,voxware,ap
e,mp3lame


Without the quotes and whatnot around silent.inf, it would do a silent install, but wouldn't pull the inf file.

:)

#24 User is offline   jquintino 

  • Member
  • PipPip
  • Group: Members
  • Posts: 139
  • Joined: 09-April 03

Posted 13 August 2004 - 08:58 AM

i dont understand .
with quotes or without quotes?

i have the same problem but i use the k-lite megapack , i put the switch /silent loadinf=".\silent.inf" but at the time to install the dialogues appers mo makes cliks

#25 User is offline   Lucius Snow 

  • Member
  • PipPip
  • Group: Members
  • Posts: 247
  • Joined: 17-August 04

Posted 22 August 2004 - 06:07 PM

Does anybody know how to make Media player classic from K-lite codec pack associating media files types ? After the installation, they were still associated to WMP 9 ...

Thanks.

#26 User is offline   Lucius Snow 

  • Member
  • PipPip
  • Group: Members
  • Posts: 247
  • Joined: 17-August 04

Posted 24 August 2004 - 10:42 AM

Lucius Snow, on Aug 22 2004, 06:07 PM, said:

Does anybody know how to make Media player classic from K-lite codec pack associating media files types ? After the installation, they were still associated to WMP 9 ...

Thanks.

My mistake. It does register associate files for MPEG and another few formats but actually not for AVI which is still "owned" by WMP.

#27 User is offline   iN2Fun 

  • Junior
  • Pip
  • Group: Members
  • Posts: 51
  • Joined: 21-October 03

Posted 24 August 2004 - 12:50 PM

for the uxtheme.dll i have it in the cab uxtheme.dl_ and put it straight into the I386 folder. then if you look into your windows folder setuperr.log you will see
Error:
Setup detected that the system file named [f:\windows\system32\uxtheme.dll] is not signed properly
by Microsoft. This file could not be restored to the correct Microsoft version.
Use the SFC utility to verify the integrity of the file.

and for codec pack i always used
install k-lite codec pack on your computer using the command line switch /SAVEINF="%SYSTEMDRIVE%\install.inf" and then when you want to silent install use /VERYSILENT /SP- /LOADINF="install.inf"

and its worked for me.

#28 User is offline   Mosselman 

  • Newbie
  • Group: Members
  • Posts: 42
  • Joined: 12-October 03

Posted 24 August 2004 - 08:21 PM

Install the k-lite codecpack on a fresh system (vmware might be useful for that) and record the installation with a program like wininstall... It worked fine for me...

Wininstall makes a .msi install file of another installation.

I think its /qb (with progress bar) and /qn (very very silent :P) for the .msi files ( you can find the exact switches on the site)...

The useful thing about this is is that you can choose which components to install, although I DO recommend to NOT install BS-player like this because it gave me some probs afterwards when I DID do so....

#29 User is offline   CrashUK 

  • Newbie
  • Group: Members
  • Posts: 43
  • Joined: 09-August 04

Posted 31 August 2004 - 05:17 AM

Lucius Snow, on Aug 22 2004, 06:07 PM, said:

Does anybody know how to make Media player classic from K-lite codec pack associating media files types ? After the installation, they were still associated to WMP 9 ...

Thanks.

I also what to know how to do thiis

#30 User is offline   ihaveabu 

  • Junior
  • Pip
  • Group: Members
  • Posts: 94
  • Joined: 21-August 04

Posted 01 September 2004 - 12:31 AM

SolidasRock, on Jul 29 2004, 06:27 PM, said:

i have discoverd 2 things. i get 2 errors. one with the please put the cd back ( a screenshot is maked a few post above this ) . i think this is because the hacked uxtheme.dll. also i get the error from k-lite codec pack again and i have make a screendump of it. below this post you will see the error.

i am suprised if there are people who install klcp without errors :|

i've found the direct solution to that problem. if your installing by using the revert to saved snapshot feature that vmware has, that's what's causing the problem. i got the exact same pop up, and i deleted my old virtual pc and started a new one, and no probs at all

#31 User is offline   ihaveabu 

  • Junior
  • Pip
  • Group: Members
  • Posts: 94
  • Joined: 21-August 04

Posted 01 September 2004 - 12:37 AM

would it work if i just installed with /verysilent and no inf stuff? cuz i'll prob just install default settings. that what i normally use anyway

#32 User is offline   laura 

  • Junior
  • Pip
  • Group: Members
  • Posts: 50
  • Joined: 19-March 04

Posted 01 September 2004 - 02:03 AM

To register video formats at Media Player Classic:
mplayerc.exe /regvid

for more switches
mplayerc.exe /? or /h or /help


k-lite codec pack does not properly installing on vmware (or just some version)

#33 User is offline   xponard 

  • Group: Members
  • Posts: 7
  • Joined: 14-November 04

Posted 05 December 2004 - 06:22 PM

I have the same problem on my virtual PC via VMware (4.5.1b7568 + 4.5.2b8848)

> C:\WINNT\System32\QTPlugin.ocx
> Unable to register the DLL/OCX : division by zero.
> [Cancel / Retry / Ignore]

The problem will not appear when the SGVA II Driver from the VMware Tools is installed.

Hope that will not arrive on a none-emulate PC.

#34 User is offline   saitoh183 

  • Give the sponge a big hug!
  • PipPip
  • Group: Members
  • Posts: 158
  • Joined: 02-December 04

Posted 20 December 2004 - 09:20 PM

Does anyone know where to get the component list because you can't get it on the site if you don't register...

Quote

Wininstall makes a .msi install file of another installation.


@Mosselman or @anyone

Do you think installrite could do the trick?(just to know..)

#35 User is offline   saitoh183 

  • Give the sponge a big hug!
  • PipPip
  • Group: Members
  • Posts: 158
  • Joined: 02-December 04

Posted 21 December 2004 - 09:37 AM

Does anyone know?

#36 User is offline   Cartoonite 

  • Wonderland Wanderer
  • PipPipPip
  • Group: Members
  • Posts: 444
  • Joined: 09-December 04

Posted 21 December 2004 - 10:38 AM

saitoh183, on Dec 20 2004, 10:20 PM, said:

Does anyone know where to get the component list because you can't get it on the site if you don't register...

I got the list for all the components I wanted using the /Saveinf switch to record my installation.

#37 User is offline   lilweirddude 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 573
  • Joined: 24-August 04

Posted 21 December 2004 - 10:45 AM

you can make your own inf
http://freewebhosting.hostdepartment.com/s...lentinstall.htm
read the part about installing it with the saveinf parameter

#38 User is offline   BogachanTurk 

  • Group: Members
  • Posts: 1
  • Joined: 01-September 04

Posted 08 February 2005 - 09:15 AM

how can i silent install with directvobsub?
i can choose manually and i can install but i can't do silent install with directvobsub :unsure:

#39 User is offline   kilavuz 

  • Group: Members
  • Posts: 2
  • Joined: 27-January 05

Posted 04 March 2005 - 08:53 AM

i know how to make it but i dont know hvere i can opload files any help to this

This post has been edited by kilavuz: 04 March 2005 - 08:55 AM


#40 User is offline   yoz7120 

  • Junior
  • Pip
  • Group: Members
  • Posts: 66
  • Joined: 06-April 03
  • OS:XP Pro x86

Posted 04 March 2005 - 09:43 AM

Heres the link K-Lite Silent

and heres how I install k-lite
REG ADD %KEY%\031 /VE /D "K-Lite Mega Codec Pack v1.20" /f
REG ADD %KEY%\031 /V 1 /D "%DVD%\Install\K-Lite\klmcodec120.exe /LOADINF=%DVD%\Install\K-Lite\klmcodec.inf /VERYSILENT /NOICONS /SP-" /f


Hope this helps.

Share this topic:


  • 3 Pages +
  • 1
  • 2
  • 3
  • 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