Jedi82 Posted January 13, 2006 Share Posted January 13, 2006 Hy guys, what about the last release of the amazing KL codec pack? I searched here but didn't find a clean unattended install of the package...How can i do? Link to comment Share on other sites More sharing options...
tempuser Posted January 13, 2006 Share Posted January 13, 2006 klite.exe -makeunattended Link to comment Share on other sites More sharing options...
-I- Posted January 14, 2006 Share Posted January 14, 2006 also note that -make unattende loads the normal setup wizard, so dont get scared it wont install but, rather make you a settings.ini file to pars with the setup, and if not mistatking also a runme.cmd this way you are fully in charge of what components are to be, and wich are not to be installed. Link to comment Share on other sites More sharing options...
Fr33m4n Posted January 15, 2006 Share Posted January 15, 2006 oh wow thanks that's awesome. wish more apps had this feature. Link to comment Share on other sites More sharing options...
tempuser Posted January 15, 2006 Share Posted January 15, 2006 most actually do. Link to comment Share on other sites More sharing options...
Jedi82 Posted February 16, 2006 Author Share Posted February 16, 2006 (edited) sigh, don't work for me i don't know why but here the steps i followed:1) START-RUN --> klmcodec149.exe -makeunattended2) follow the wizard and then i have 3 files: *the .exe (klmcodec149.exe)*xx.bat file with this wrote inside@echo Installing the K-Lite Mega Codec Pack ...@klmcodec149.exe /verysilent /LoadInf=".\klmcp.ini" /MERGETASKS="!ff_audio\aac\realaac,ff_audio\aac\libfaad2,speaker\stereo"@exit*an ini file with this wrote inside:[setup]Lang=enGroup=K-Lite Codec PackNoIcons=0Components=player\mpclassic,ffdshow,ffdshow\plugins,ffdshow\vfw,video\xvid,video\divx,video\vp6,video\vp7,videovfw\xvid,videovfw\divx,videovfw\3ivx,videovfw\wmv9vcm,videovfw\vp3,videovfw\vp6,videovfw\vp7,qt\codec,qt\codec\browser,qt\directshow,real\codec,real\codec\browser,real\directshow,audio\mp3,audio\ac3\101a,audio\vorbis,audio\musepack,audio\ape,audio\wavpack,audio\flac,audioacm\mp3fhg,audioacm\ac3acm,sourcefilter\mp4,sourcefilter\matroska,sourcefilter\ogg\haali,sourcefilter\shoutcast,subtitles\vsfilter\233,tools\gspot,tools\sherlock,tools\vobsubstrip,tools\graphedit,tools\mmcompview,tools\lamedropxpd,tools\avifixed,tools\fourcc,tools\minicalc,compat\g400,compat\divxaf,compat\ivideo,compat\directshow,compat\brokencodecs,compat\brokenfiltersin my installapp.cmd i wrote:ECHO.ECHO [K-lite codec pack]ECHO wait...start /wait %systemdrive%\install\klmcp.batECHO fatto!what's wrong?? Edited February 16, 2006 by Jedi82 Link to comment Share on other sites More sharing options...
Lost Soul Posted February 16, 2006 Share Posted February 16, 2006 this wont answer your question but i just thought id tell you 1.50 is out now Link to comment Share on other sites More sharing options...
Jedi82 Posted February 16, 2006 Author Share Posted February 16, 2006 tnx so much:) Link to comment Share on other sites More sharing options...
mrshark Posted February 16, 2006 Share Posted February 16, 2006 (edited) ECHO.ECHO [K-lite codec pack]ECHO wait...start /wait %systemdrive%\install\klmcp.batECHO fatto!what's wrong?? instead of calling the bat, call the line in it, something like:ECHO.ECHO [K-lite codec pack]ECHO wait...start /wait %systemdrive%\install\klmcodec149.exe /verysilent /LoadInf=".\klmcp.ini" /MERGETASKS="!ff_audio\aac\realaac,ff_audio\aac\libfaad2,speaker\stereo"ECHO fatto! Edited February 16, 2006 by mrshark Link to comment Share on other sites More sharing options...
Jedi82 Posted February 16, 2006 Author Share Posted February 16, 2006 oh nice i changed my start.cmd and will try it soon, tnx for now!!! Link to comment Share on other sites More sharing options...
mrshark Posted February 16, 2006 Share Posted February 16, 2006 if you put a @ in front of every line, you'll get only the output of that command, without seeing the command itself. Example:@echo...@start... Link to comment Share on other sites More sharing options...
Jedi82 Posted February 18, 2006 Author Share Posted February 18, 2006 TNX guys!!!!!!!!!!!!!! All went good finally, i appreciate a lot your effort, tnx so so much!!! Link to comment Share on other sites More sharing options...
Cartoonite Posted February 25, 2006 Share Posted February 25, 2006 if you put a @ in front of every line, you'll get only the output of that command, without seeing the command itself. Example:@echo...@start...Another way to do this is to turn the echo feature off at the start of the script. Unless I need echo on for troubleshooting purposes, every batch script i write starts with: @echo off This has the same effect as preceding every line in your script with the @ sign.Just thought I would point that out for people who may be unaware of that option.Thanks to those who provided instructions on setting up a silent install of the new K-lite pack. I have been using this pack for a while now and am quite happy with it. It annoyed me to no end to find out that the latest version has been packaged in a new installer so that I have to re-learn how to install it silently. Oh, and just FYI, 1.51 is out. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now