MSFN Forum: MSFN XP Codec-Pack 5.5 - 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
  • 40 Pages +
  • « First
  • 17
  • 18
  • 19
  • 20
  • 21
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

MSFN XP Codec-Pack 5.5 for your unattended needs... Rate Topic: -----

#361 User is offline   moo 

  • Junior
  • Pip
  • Group: Members
  • Posts: 86
  • Joined: 29-July 04

Posted 23 November 2004 - 11:38 PM

@willpantin
Here what I use in RunOnceEx
%SRCDRIVE%\soft\codecs\klmcodec116.exe /silent /loadinf=%SRCDRIVE%\soft\codecs\silent.inf

Here is code for silent.inf
[Setup]
Lang=en
Dir=C:\Program Files\K-Lite Codec Pack
Group=K-Lite Codec Pack
NoIcons=0
Components=player\mpclassic,video\divx\dec,video\divxmpeg4,
video\xvid\dec,video\3ivx\dec,video\mpeg\ll,video\msmpeg4,
video\vp3,video\vp\dec,audio\ac3,audio\ac3acm,\boostvolume,
audio\aac,audio\musepack,audio\voxware,audio\mp3,audio\ape,
audio\mp3lame,filters\matroska\splitter,filters\matroska\muxer,
filters\oggvorbis\splitter,filters\shoutcast,filters\divxaf,filters\vsfilter,
compat\disg400,compat\ffdshow,qt\codec,qt\directshow,qt\plugins,
qt\browser,real\codec,real\directshow,real\browser,real\plugins

You can specify any componets that you like to install silent under Componets. Just from my expirience do not install audio/wma and video/wmv because of Windows protection file system.
If you use these files you got messege saying that some files where replaced ...blach, blach, and of course it requeres you to response to this messege. So that means not fully unatended.
Create file save as.inf and put it in same directory with codec pack.
Plus to that I using reg file to assosiate real,quicktime, and pls to WMP10. I run it after installing WMP10.


#362 User is offline   a06lp 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 976
  • Joined: 19-August 04

Posted 01 December 2004 - 08:24 PM

if i wanted to make a SFX archive of this codec pack, what commands do i have to use?
i want all the files packed into it, (install path to windows\system32), autorun the cmd file.

for running it, i just want to have to run codecs.exe or something.

i dont know the SFX commands, nor how to specify things, could anyone help? (or maybe make it and upload it?)

#363 User is offline   bucketbuster 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 649
  • Joined: 16-November 03

Posted 01 December 2004 - 08:41 PM

@a06lp, add this comment in WinRAR.
It shows the progress and overwrites existing files.

;The comment below contains SFX script commands

Path=C:\WINDOWS\system32
SavePath
Silent=2
Overwrite=1

Save as codecs.exe and call it from main_batch.cmd without switches.

Attached File(s)



#364 User is offline   a06lp 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 976
  • Joined: 19-August 04

Posted 01 December 2004 - 08:48 PM

bucketbuster, on Dec 1 2004, 10:41 PM, said:

@a06lp, add this comment in WinRAR.
It shows the progress and overwrites existing files.

;The comment below contains SFX script commands

Path=C:\WINDOWS\system32
SavePath
Silent=2
Overwrite=1

Save as codecs.exe and call it from main_batch.cmd without switches.

is there a way to automatically call the cmd file from the SFX, after the files unzip?

do i just right-click on all the files and "add to archive"?

is there a site or file that lists all the commands for SFX's?

#365 User is offline   bucketbuster 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 649
  • Joined: 16-November 03

Posted 01 December 2004 - 08:50 PM

@swgreed,
now that the links are working again; why don't you upload the one without quicktime and realplayer to ezshare? :)
In case your monthly bandwith exceeds again. ( is that the right term "exceeds"? :blushing: )

#366 User is offline   bucketbuster 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 649
  • Joined: 16-November 03

Posted 01 December 2004 - 08:52 PM

a06lp, on Dec 1 2004, 08:48 PM, said:

is there a site or file that lists all the commands for SFX's?

This should do it:

Quote

;The comment below contains SFX script commands

Path=C:\WINDOWS\system32
SavePath
Setup=codecs.cmd
Silent=2
Overwrite=1


EDIT:

Open winrar->select the files and click the "add" button->check create sfx archive and create solid archive->go to the "comment" tab and paste the comments I just posted and click OK

#367 User is offline   a06lp 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 976
  • Joined: 19-August 04

Posted 01 December 2004 - 09:01 PM

would a %systemdrive% variable work as part of a SFX command?

could i write:

;The comment below contains SFX script commands

Path=%systemdrive%\WINDOWS\system32
SavePath
Setup=codecs.cmd
Silent=2
Overwrite=1

#368 User is offline   bucketbuster 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 649
  • Joined: 16-November 03

Posted 01 December 2004 - 09:02 PM

I don't know.
C:\ should work however.

#369 User is offline   a06lp 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 976
  • Joined: 19-August 04

Posted 01 December 2004 - 09:08 PM

thanks, bucketbuster!

i tried it, and it works.
oh, and the %systemdrive% variable works, too.

#370 User is offline   bucketbuster 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 649
  • Joined: 16-November 03

Posted 02 December 2004 - 11:31 AM

I'm glad I could help you :thumbup

#371 User is offline   bucketbuster 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 649
  • Joined: 16-November 03

Posted 02 December 2004 - 02:38 PM

Does anyone know how I can add the Divx 5.2.1 encoder and how I can add the registration?
Is it in a file or in the registry?

#372 User is offline   mirkocosta 

  • Newbie
  • Group: Members
  • Posts: 14
  • Joined: 02-December 04

Posted 05 December 2004 - 07:02 AM

swgreed, on Feb 4 2004, 03:46 PM, said:

*new version*

Here's a custom codec pack (no installer, just the codecs!) ;)

For installation tips see the readme.txt in the rar-file!

Account has been suspended, files not avaible.
If someone has this codec pack, I'll host it for everyone (me included :whistle: )

#373 User is offline   andrewpayne 

  • XP/2003/Vista & Exchange Server
  • PipPip
  • Group: Members
  • Posts: 201
  • Joined: 29-August 03

Posted 05 December 2004 - 08:19 AM

I have uploaded the CODECS2.2.RAR to http://ezshare.de/fi...ECS2.2.rar.html (16.9MB)

Note - for those of you not familiar with EZSHARE - just wait 30 seconds for the download link to appear.

enjoy! ;)

#374 User is offline   mirkocosta 

  • Newbie
  • Group: Members
  • Posts: 14
  • Joined: 02-December 04

Posted 05 December 2004 - 08:24 AM

andrewpayne, on Dec 5 2004, 08:19 AM, said:

I have uploaded the CODECS2.2.RAR to http://ezshare.de/fi...ECS2.2.rar.html (16.9MB)

Note - for those of you not familiar with EZSHARE - just wait 30 seconds for the download link to appear.

enjoy!  ;)

thx friend :thumbup

EDIT:
I finished downloading it, now I'm in uploading phase.
As soon as its finished and it's verified, i'll post the link here.

#375 User is offline   mirkocosta 

  • Newbie
  • Group: Members
  • Posts: 14
  • Joined: 02-December 04

Posted 05 December 2004 - 08:57 AM

UNOFFICIAL MIRROR FOR UNATTENDED CODEC PACK 2.2

Download here [17.8Mb]
(Works with DL manager like flashget, idm...)
-NOTES-

To the author: feel free to contact me if you update your c.pack, i'll host it to my webspace.

To the users: it *could* happen that your download is interrupted by the server itself. Use a d\l manager or d\l it later.

#376 User is offline   andrewpayne 

  • XP/2003/Vista & Exchange Server
  • PipPip
  • Group: Members
  • Posts: 201
  • Joined: 29-August 03

Posted 05 December 2004 - 09:08 AM

I'm getting 'HTTP Error 403 - Forbidden' on your link.

#377 User is offline   mirkocosta 

  • Newbie
  • Group: Members
  • Posts: 14
  • Joined: 02-December 04

Posted 05 December 2004 - 09:57 AM

andrewpayne, on Dec 5 2004, 09:08 AM, said:

I'm getting 'HTTP Error 403 - Forbidden' on your link.

It works mate.
Just use your dl manager, drag'n'drop the link above.
Or right click, save as in your browser.

#378 User is offline   andrewpayne 

  • XP/2003/Vista & Exchange Server
  • PipPip
  • Group: Members
  • Posts: 201
  • Joined: 29-August 03

Posted 05 December 2004 - 10:31 AM

sure does! Thanks! :thumbup

#379 User is offline   mirkocosta 

  • Newbie
  • Group: Members
  • Posts: 14
  • Joined: 02-December 04

Posted 05 December 2004 - 10:44 AM

andrewpayne, on Dec 5 2004, 10:31 AM, said:

sure does! Thanks! :thumbup


Well after all its thanks to you if I made it avaible for everyone here B)

*** UNATTENDED CODEC PACK 2.2
Unofficial working mirror
BIG THX 2 andrewpayne

Download here [17.8Mb]
Right click, save as... (or use your dl manager)

#380 User is offline   coucou 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 825
  • Joined: 01-January 04

Posted 07 December 2004 - 03:46 PM

Hi,
@moo:

Quote

Plus to that I using reg file to assosiate real,quicktime, and pls to WMP10. I run it after installing WMP10.

I red all this thread and i'm totally confused.

May you tell me
what .reg file are u using to assosiate real,quicktime to WMP10???
What name it have???
where did u located it (runonce, cmdlines..)???
Do it have any relationship with codec pack 2.2 or/and K-lite...???

Regards
coucou

Share this topic:


  • 40 Pages +
  • « First
  • 17
  • 18
  • 19
  • 20
  • 21
  • Last »
  • 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 - 2013 msfn.org
Privacy Policy