MSFN XP Codec-Pack 5.5 for your unattended needs...
#61
Posted 21 May 2004 - 02:50 AM
#62
Posted 21 May 2004 - 02:52 AM
k-lite installs good enough for me... but then again you can't change any of the options?
that makes this batch file a bit better if you want to modify what it installs i guess
#63
Posted 21 May 2004 - 04:01 AM
Bâshrat the Sneaky, on May 21 2004, 09:50 AM, said:
nobody said, it's "better"...
if you don't need it -> don't use it... simple as that
#64
Posted 21 May 2004 - 07:27 AM
[BM said:
k-lite installs good enough for me... but then again you can't change any of the options?
that makes this batch file a bit better if you want to modify what it installs i guess
Well not exactly.. u can select what components u wanna install in K-lite too,
Heres my Command for installing K-lite
Echo Installing K-Lite Codec Pack ECHO Please Wait... start /wait %systemdrive%\install\Applications\K-Lite\klmcodec101.exe /silent /loadinf=".\silent.inf" ECHO.
And Heres my silent.inf
[Setup] Lang=en Dir=C:\Program Files\K-Lite Codec Pack Group=K-Lite Codec Pack NoIcons=0 Components=mpclassic, divxdec, divx, divxmpeg4, xviddec, xvid, 3ivxdec, 3ivx, wmv, mpeg2, vp3, vp6dec, vp6, dvd, msmpeg4, qtcodec, qtdirectshow, qtcpl, qtbrowserplugin, realcodec, realdirectshow, realbrowserplugin, mp3audio, wmaaudio, ac3audio, oggvorbis, aac, musepack, voxware, ape, mp3lame, oggvorbissplitter, matroska, vsfilter, divxaf, gspot, fourcc, minicalc, disg400, disffdshow
The only advantage i think is that this project is maintained much more than the K-lite one, and we can expect to see much more things added if there is good request for it.. so it kinda feels good to be in control
Hope this Helps,
BYe,
Jazz
#65
Posted 21 May 2004 - 07:32 AM
This pack is all about the control, 'all-you-need-and-nothing-more' and add-on's /updates on request..
#66
Posted 25 May 2004 - 10:50 AM
After registering AC3Filter.ax, I try to play an AC3 movie and it does not start if AC3Filter is set to SPDIF-Out.
Does any1 knows about it? Again, with ver 0.7 it works fine...
#67
Posted 25 May 2004 - 12:03 PM
#70
Posted 26 May 2004 - 01:10 PM
ECHO Installazione tweaks del registro...
REGEDIT /S %systemdrive%\install\RegTweaks.reg
ECHO Fatto.
ECHO Installazione dei codecs generici...
start /wait %systemdrive%\install\codecs\register.cmd
ECHO Fatto.
ECHO Rimozione shortcuts inutili...
DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Windows Update.lnk"
DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Set Program Access and Defaults.lnk"
DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Windows Catalog.lnk"
ECHO Fatto.
ECHO Riavvio del computer in 1 minuto...
.......
#71
Posted 26 May 2004 - 03:57 PM
added: AC3 Filter 1.01a RC5
removed: matrixmixer
#72
Posted 26 May 2004 - 09:34 PM
Quote
regsvr32 /s %systemroot%\system32\ac3filter.ax
regsvr32 /s %systemroot%\system32\CLLine21.ax
regsvr32 /s %systemroot%\system32\CLNAVX.ax
regsvr32 /s %systemroot%\system32\CLVSD.ax
regsvr32 /s %systemroot%\system32\divxdec.ax
regsvr32 /s %systemroot%\system32\matrix_mixer.ax
regsvr32 /s %systemroot%\system32\xvid.ax
regsvr32 /s %systemroot%\system32\mpeg2dmx.ax
regsvr32 /s %systemroot%\system32\mpgaudio.ax
regsvr32 /s %systemroot%\system32\mpgdec.ax
regsvr32 /s %systemroot%\system32\CoreVorbis.ax
regsvr32 /s %systemroot%\system32\l3codecx.ax
regsvr32 /s %systemroot%\system32\iac25_32.ax
regsvr32 /s %systemroot%\system32\Ivfsrc.ax
regsvr32 /s %systemroot%\system32\vp6dec.ax
regsvr32 /s %systemroot%\system32\ir41_32.ax
regsvr32 /s %systemroot%\system32\OggDS.dll
REGEDIT /S %systemdrive%\install\codecreg.reg
But when i starts at copy *.* %systemroot%\system32
i get "error cannot find file"
The rest continues, but hangs at the last one. I waited five minutes before deciding to close the windows and still got "are you sure you want to terminate batch.."
any idea what i may be doing wrong? i just copied the whole codec folder
and added the line
Quote
to the main batch file
#73
Posted 26 May 2004 - 11:01 PM
if you want to integrate it, copy the codec files to:
$OEM$\$$\System32
(files in that folder will be copied in the system32 folder of the win-installation and you don't need to copy them anymore)
after that, add in your "cleanup.cmd":
Quote
regsvr32 /s %systemroot%\system32\CLLine21.ax
regsvr32 /s %systemroot%\system32\CLNAVX.ax
regsvr32 /s %systemroot%\system32\CLVSD.ax
regsvr32 /s %systemroot%\system32\divxdec.ax
regsvr32 /s %systemroot%\system32\xvid.ax
regsvr32 /s %systemroot%\system32\mpeg2dmx.ax
regsvr32 /s %systemroot%\system32\mpgaudio.ax
regsvr32 /s %systemroot%\system32\mpgdec.ax
regsvr32 /s %systemroot%\system32\CoreVorbis.ax
regsvr32 /s %systemroot%\system32\l3codecx.ax
regsvr32 /s %systemroot%\system32\iac25_32.ax
regsvr32 /s %systemroot%\system32\Ivfsrc.ax
regsvr32 /s %systemroot%\system32\vp6dec.ax
regsvr32 /s %systemroot%\system32\ir41_32.ax
regsvr32 /s %systemroot%\system32\OggDS.dll
REGEDIT /S %systemdrive%\install\codecreg.reg
(some of you might have to edit the last line!)
#74
Posted 26 May 2004 - 11:05 PM
$1 gets copied to the root of the hard drive...
$$ gets copied to windows folder....
Thanks, dunno how i missed that, must be tired
I downloaded it from the first post...is that not the place to get it ?
#76
Posted 27 May 2004 - 12:03 PM
byte.chaser, on May 27 2004, 06:41 PM, said:
ROFL
Perhaps on the ... First page ????
#77
Posted 27 May 2004 - 12:43 PM
swgreed, on May 26 2004, 11:01 PM, said:
if you want to integrate it, copy the codec files to:
$OEM$\$$\System32
(files in that folder will be copied in the system32 folder of the win-installation and you don't need to copy them anymore)
after that, add in your "cleanup.cmd":
Quote
regsvr32 /s %systemroot%\system32\CLLine21.ax
regsvr32 /s %systemroot%\system32\CLNAVX.ax
regsvr32 /s %systemroot%\system32\CLVSD.ax
regsvr32 /s %systemroot%\system32\divxdec.ax
regsvr32 /s %systemroot%\system32\xvid.ax
regsvr32 /s %systemroot%\system32\mpeg2dmx.ax
regsvr32 /s %systemroot%\system32\mpgaudio.ax
regsvr32 /s %systemroot%\system32\mpgdec.ax
regsvr32 /s %systemroot%\system32\CoreVorbis.ax
regsvr32 /s %systemroot%\system32\l3codecx.ax
regsvr32 /s %systemroot%\system32\iac25_32.ax
regsvr32 /s %systemroot%\system32\Ivfsrc.ax
regsvr32 /s %systemroot%\system32\vp6dec.ax
regsvr32 /s %systemroot%\system32\ir41_32.ax
regsvr32 /s %systemroot%\system32\OggDS.dll
REGEDIT /S %systemdrive%\install\codecreg.reg
(some of you might have to edit the last line!)
Quote
Obviously NOT the current one...... as that is where i got the one i have now
Swgreed had said its old because it has the matrix_mixer.ax
Does that mean i can just delete that or is ther a more current version?
#78
Posted 28 May 2004 - 03:32 AM
#79
Posted 28 May 2004 - 12:35 PM
if you want to integrate it, copy the codec files to:
$OEM$\$$\System32
i must copy all the files without a folder and put them in System32 or i must put THE FOLDER in this directory??? Because i saw this line:
ECHO Installazione dei codecs generici...
start /wait %systemdrive%\install-->??? but you say that i must put all in $$ system32..???\codecs\register.cmd
after that, add in your "cleanup.cmd":
regsvr32 /s %systemroot%\system32\ac3filter.ax
regsvr32 /s %systemroot%\system32\CLLine21.ax
regsvr32 /s %systemroot%\system32\CLNAVX.ax
regsvr32 /s %systemroot%\system32\CLVSD.ax
regsvr32 /s %systemroot%\system32\divxdec.ax
regsvr32 /s %systemroot%\system32\xvid.ax
regsvr32 /s %systemroot%\system32\mpeg2dmx.ax
regsvr32 /s %systemroot%\system32\mpgaudio.ax
regsvr32 /s %systemroot%\system32\mpgdec.ax
regsvr32 /s %systemroot%\system32\CoreVorbis.ax
regsvr32 /s %systemroot%\system32\l3codecx.ax
regsvr32 /s %systemroot%\system32\iac25_32.ax
regsvr32 /s %systemroot%\system32\Ivfsrc.ax
regsvr32 /s %systemroot%\system32\vp6dec.ax
regsvr32 /s %systemroot%\system32\ir41_32.ax
regsvr32 /s %systemroot%\system32\OggDS.dll
REGEDIT /S %systemdrive%\install\codecreg.reg
so in my main cmd file what i must write??
ECHO Installazione dei codecs generici...
start /wait %systemdrive%\install\codecs\register.cmd
ECHO Fatto.
or
these lines:
regsvr32 /s %systemroot%\system32\ac3filter.ax
regsvr32 /s %systemroot%\system32\CLLine21.ax
regsvr32 /s %systemroot%\system32\CLNAVX.ax
regsvr32 /s %systemroot%\system32\CLVSD.ax
regsvr32 /s %systemroot%\system32\divxdec.ax
regsvr32 /s %systemroot%\system32\xvid.ax
regsvr32 /s %systemroot%\system32\mpeg2dmx.ax
regsvr32 /s %systemroot%\system32\mpgaudio.ax
regsvr32 /s %systemroot%\system32\mpgdec.ax
regsvr32 /s %systemroot%\system32\CoreVorbis.ax
regsvr32 /s %systemroot%\system32\l3codecx.ax
regsvr32 /s %systemroot%\system32\iac25_32.ax
regsvr32 /s %systemroot%\system32\Ivfsrc.ax
regsvr32 /s %systemroot%\system32\vp6dec.ax
regsvr32 /s %systemroot%\system32\ir41_32.ax
regsvr32 /s %systemroot%\system32\OggDS.dll
REGEDIT /S %systemdrive%\install\codecreg.reg
??? Tnx for help!
#80
Posted 28 May 2004 - 01:07 PM
swgreed, on May 28 2004, 03:32 AM, said:
Thanks, I didnt know if that was up to date just the old files not removed so people could delete them if they wanted too.
- ← Anyone know silent install switches for TeamViewer?
- Application Installs
- Xara Designer Pro 7.1.1.17.261 + Sn →



Help


Back to top








