PDA

View Full Version : Where Do Codecs Go When Theyre Installed ?



digmen1
01-31-2004, 02:00 AM
When you install a codec pack where do the codec files go ?

Do they stay in that Codec packs folder ?

Or do they get installed into say Windows/system folder ?

Java Boy
01-31-2004, 02:44 AM
In XP its C:\WINDOWS\system32

JaspervdG
01-31-2004, 09:41 AM
I don't know where the K-Lite codec pack puts them, but you can essentially put a codec anywhere you want (a DirectShow codec at least). You register it by running regsvr32 codecsfilename, deregistering is done by running regsvr32 /u codecsfilename.
To my knowledge it doesn't matter at all where the file actually resides.

killer04
01-31-2004, 11:20 AM
Is there a way to make it work with WMP9?

digmen1
01-31-2004, 11:57 AM
Great info guys !

Thanks for that !

Anymore ?

Regards

Digby

opsis81
01-31-2004, 12:02 PM
Get RegShExt.inf from http://myimages.fourvalve.com/opsis81/RegShExt.inf
This is RegSvr32 Shell Extension information file.Install it and then you will be able to register or unregister any directshow filter from anywhere you want anywhere you want with just a simple click!
You can uninstall it if you don't want it anymore from add/remove programs.

digmen1
01-31-2004, 11:44 PM
Thanks Opsis.

I'll install that program !

What does Directshow mean ?

I tend to dload Mpegs and AVI files, I find that some play on one player and not the other and vice versa, yet I ahve reda that they are really both part of MPeg4 format. It is very complicated and confusing.

Regards

Digby

killer04
02-01-2004, 07:23 AM
How do you install it?

McX
02-01-2004, 08:19 AM
Originally posted by killer04@1 February 2004 - 07:23
How do you install it?
You can install .inf files using the right mouse button and then select "Install" from the context menu. "Install" is usually listed as the second option of the context menu.

killer04
02-01-2004, 02:46 PM
Oh thnx. But what will this inf do?

Can it make the kazaa lite codec pack work with WMP9?

Entity101
02-01-2004, 02:58 PM
The codec pack should work with ALL players that support DirectShow, including WMP9.

opsis81
02-01-2004, 04:43 PM
@killer04
This installation file has nothing to do with K-Lite Codec Pack!It will associate ax files(directshow filters) with RegSvr32.For example,you have divxdec.ax and you want to install it.The ony think you have to do is to double-click on it and it will be registered.If you want to unregister it just use the right mouse button and then select UnRegister Filter.