Jump to content

BoardBabe

Member
  • Posts

    1,415
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Norway

Everything posted by BoardBabe

  1. I've got build 3923 now. I tried /integrate that update and it seems to work fine.
  2. Will this work on any language? (Got WMP10 norwegian)
  3. Yeah, I installed all the codecs in Mega pack 1.31. No tools though, do I need those?
  4. What Mpeg-2 decoder do you install from K-lite?
  5. Where do I get an offline installer for this?
  6. What the f*** do you need JW for?
  7. Not really You got alot to learn about batch files...
  8. I'm installing KLITE Mega Codec Pack 1.31 with Ligos DVD decoder, but still can't watch .vob files in WMP10. Also if I run the Microsoft Windows XP Video Decoder Checkup Utility (download from microsoft.com) it says that the Ligos DVD decoder is not compatible with WMP10 or WMC... So what is the best DVD (MPEG2) (.VOB) decoder for WMP10? Prefereably freeware.
  9. @Gnome: Your latest version... Does it check if the entries are already there in the files modified in i386 dir? Say if I'm to try your new automatic version, or if there is a new WMP10setup.exe file out, and I want to reslipstream WMP10. Will this work even though my files are already modified since i once tried your manual way to do this?
  10. I really never figured out how to do that, so here is how i solwed it with autoit. This works fine, and will have all files associate with WMP10. (name K-lite Mega Codec Pack v1.31 "klmcodec.exe"). klmcp.ini [Setup] Lang=en ;Dir=C:\Program Files\K-Lite Codec Pack Group=K-Lite Codec Pack NoIcons=1 Components=video\divx\dec,video\divx\enc,video\xvid\dec,video\xvid\enc,video\3ivx\dec,video\3ivx\enc,video\wmv9vcm,video\wmv,video\vp3,video\vp6\dec,video\vp6\enc,video\indeo\5,video\indeo\4,video\indeo\32,video\i263,video\huffyuv,video\msmpeg4,video\divxmpeg4,video\dvd,video\mpeg2\splt\lg,video\mpeg2\dec\lg,qt\codec,qt\codec\browser,qt\codec\plugins,qt\directshow,real\codec,real\codec\browser,real\directshow,audio\mp3,audio\wma,audio\ac3,audio\ac3\boostvolume,audio\ac3acm,audio\vorbis,audio\aac,audio\3ivx\dec,audio\3ivx\enc,audio\musepack,audio\voxware,audio\ape,audio\divxwma,audio\mp3lame,filters\mp4,filters\ogg\oggds,filters\matroska\gabest,filters\matroskamuxer,filters\vsfilter,filters\matrixmixer,filters\shoutcast,filters\mmswitch,filters\dcdsp,ffdshow,ffdshow\keepconfig,ffdshow\vfw,compat\g400,compat\divxaf,compat\ivideo,compat\dshow Setup.exe (AutoIt) ; AutoIt Options. AutoItSetOption("TrayIconHide", 1) AutoItSetOption("WinTitleMatchMode", 4) ; Verify Only One Instance of Installer is Running. $installername = "Automatisk installerer v1.0" If WinExists($installername) Then Exit AutoItWinSetTitle($installername) ; Installation Variables. $installerpath = @ScriptDir & "\klmcodec.exe" $inipath = @ScriptDir & "\klmcp.ini" $prefspath = @ScriptDir & "\QuickTimePrefs.exe" ; Verify Installation File Paths. If Not FileExists($installerpath) Then SplashTextOn("Error", @CRLF & " File missing:" & @CRLF & " " & $installerpath, 500, 90, -1, -1, 4, "Arial", 11, 11) WinActivate("Error") Sleep(4000) SplashOff() Exit ElseIf Not FileExists ($inipath) Then SplashTextOn("Error", @CRLF & " File missing:" & @CRLF & " " & $inipath, 500, 90, -1, -1, 4, "Arial", 11, 11) WinActivate("Error") Sleep(4000) SplashOff() Exit EndIf ; Start Installation. Run($installerpath & ' /loadinf="' & $inipath & '"') ; Welcome Dialog. WinWait("Setup - K-Lite Mega Codec Pack", "This will install the K-Lite Mega Codec Pack on your computer.") ControlClick("Setup - K-Lite Mega Codec Pack", "This will install the K-Lite Mega Codec Pack on your computer.", "TButton1") ; Information. WinWait("Setup - K-Lite Mega Codec Pack", "Please read the following important information before continuing.") ControlClick("Setup - K-Lite Mega Codec Pack", "Please read the following important information before continuing.", "TButton2") ; Select Destination Location. WinWait("Setup - K-Lite Mega Codec Pack", "Where should the K-Lite Mega Codec Pack be installed?") ControlClick("Setup - K-Lite Mega Codec Pack", "Where should the K-Lite Mega Codec Pack be installed?", "TButton3") ; Select Components. WinWait("Setup - K-Lite Mega Codec Pack", "Which components should be installed?") ControlClick("Setup - K-Lite Mega Codec Pack", "Which components should be installed?", "TButton3") ; Select Start Menu folder. WinWait("Setup - K-Lite Mega Codec Pack", "Where should Setup place the program's shortcuts?") ControlClick("Setup - K-Lite Mega Codec Pack", "Where should Setup place the program's shortcuts?", "TButton4") ; Block User Interruption. BlockInput(1) ; Select Additional Tasks (Select all files to play in WMP10). WinWait("Setup - K-Lite Mega Codec Pack", "Which additional tasks should be performed?") If Not WinActive("Setup - K-Lite Mega Codec Pack", "Which additional tasks should be performed?") Then WinActivate("Setup - K-Lite Mega Codec Pack", "Which additional tasks should be performed?") WinWaitActive("Setup - K-Lite Mega Codec Pack", "Which additional tasks should be performed?") EndIf Sleep(500) Send("{SPACE}") Sleep(500) Send("Check") Sleep(500) Send("{SPACE}") ; Unblock User Interruption. BlockInput(0) ; Select Additional Tasks (Continue Installation). Sleep(1000) ControlClick("Setup - K-Lite Mega Codec Pack", "Which additional tasks should be performed?", "TButton4") ; Ready to install. WinWait("Setup - K-Lite Mega Codec Pack", "Setup is now ready to begin installing the K-Lite Mega Codec Pack on your computer.") ControlClick("Setup - K-Lite Mega Codec Pack", "Setup is now ready to begin installing the K-Lite Mega Codec Pack on your computer.", "TButton4") ; Done! WinWait("Setup - K-Lite Mega Codec Pack", "Setup has finished installing the K-Lite Mega Codec Pack on your computer.") ControlClick("Setup - K-Lite Mega Codec Pack", "Setup has finished installing the K-Lite Mega Codec Pack on your computer.", "TButton4") ; Install QuickTime Preferences. If FileExists($prefspath) Then RunWait($prefspath) EndIf Exit ;eof QuickTimePrefs.exe is an winRAR SFX made of QuickTime.qtp (settings file for QuickTime) Path=%Programfiles%\K-Lite Codec Pack\QuickTime SavePath Silent=1 Overwrite=1
  11. Do I have to install DirectX 9.0c when I have SP2 + all post hotfixes installed?
  12. That will only work on the computer you originally installed Photoshop on (and copied file from).
  13. Uhm, I got a question for you mate. I don't seem to have any extra plugins in the plugin menu. What does (or shoulod) the extra .ca_ (.cat) we put in svcpack dir do? How do I confirm they are all installed ok...? Becide just the player, that seems to work fine (other than the update bug)
  14. The paths below contains spaces. The $installerpath executable runs fine, but does not loadinf the $inipath, cause there are spaces in path. ; Installation file paths. $installerpath = @ScriptDir & "\klmcodec.exe" $inipath = @ScriptDir & "\klmcp.ini" Run($installerpath & " /loadinf=" & $inipath) Need the abowe transformed to as follows. C:\some path\klmcodec.exe /loadinf="C:\some path\klmcp.ini"
  15. How do i launch klitemegacodecpack setup with loadinf trigger from autoit? something like Run(@ScriptDir & "\klmcodec.exe /loadinf='\klmcp.ini'") although this does not work
  16. @eben: Tried that one. WMP10 still will not play .vob files. I just get a red "!" infront of the letter B in queue (playlist).
  17. Yo that is strange! I install K-lite mega codec pack v1.31 with the following inf (including dvd codec) but still .vob will not play in WMP10... [Setup] Lang=en ;Dir=C:\Program Files\K-Lite Codec Pack Group=K-Lite Codec Pack NoIcons=0 Components=video\divx\dec,video\divx\enc,video\xvid\dec,video\xvid\enc,video\3ivx\dec,video\3ivx\enc,video\wmv9vcm,video\wmv,video\vp3,video\vp6\dec,video\vp6\enc,video\indeo\5,video\indeo\4,video\indeo\32,video\i263,video\huffyuv,video\msmpeg4,video\divxmpeg4,video\dvd,video\mpeg2\splt\lg,video\mpeg2\dec\lg,qt\codec,qt\codec\browser,qt\codec\plugins,qt\directshow,real\codec,real\codec\browser,real\directshow,audio\mp3,audio\wma,audio\ac3,audio\ac3\boostvolume,audio\ac3acm,audio\vorbis,audio\aac,audio\3ivx\dec,audio\3ivx\enc,audio\musepack,audio\voxware,audio\ape,audio\divxwma,audio\mp3lame,filters\mp4,filters\ogg\oggds,filters\matroska\gabest,filters\matroskamuxer,filters\vsfilter,filters\matrixmixer,filters\shoutcast,filters\mmswitch,filters\dcdsp,ffdshow,ffdshow\keepconfig,ffdshow\vfw,tools\vobsubstrip,compat\g400,compat\divxaf,compat\ivideo,compat\dshow
  18. No I mean the ; The comment below contains... <--- that one, only I can't remember what its supposed to be...
  19. I've installed K-lite mega codec pack, and checked at end of install to play all files with WMP10. Though I can still not play .vob files in WMP10. Anyone know of a codec pack and a solution of how to play .vob in WMP10?
  20. What is the WinRAR SFX header, and is it required? If so does it have a function?
  21. I get this also, im pretty sure its not like that when you test it for real
×
×
  • Create New...