Jump to content

Recommended Posts

Posted

Need runonceex switch for WMP10 codecs

I am searching for this right now, but i thought what the hey! ill post and see if i cant get a solution quicker :D

Also looking at other peoples install of WMP10 it appears that no one else is worried about installing the codecs, guess i should have them intergrated in my wmp10 ? (no doubt some one has allready done this and has it available on here for download, theres just no stopping u guys B) )


Posted

Thnks!!

I knew it!! just knew that someone allready had it done!

But anyway..... I used \Install\wmcsetup.exe /Q:A /R:N" /f

And it run just fine :thumbup

While Im here and posting.... hers my runonceex...I chose to only install the applications that windows should have out of the box (all str8 from windows dowload center) ;) I also searched pretty hard on some of these apps, so maybe it will help someone out.....

cmdow @ /HID

@echo off

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Now Installing Applications:" /f

REG ADD %KEY%\005 /VE /D ". NET Framework 1.1" /f

REG ADD %KEY%\005 /V 1 /D "%systemdrive%\Install\dotnetfx.exe /q:a /c:\"install /l /q\"" /f

REG ADD %KEY%\010 /VE /D ".NET Framework Service Pack 1." /f

REG ADD %KEY%\010 /V 1 /D "%systemdrive%\Install\NDP1.1sp1-KB867460-X86.exe /qn" /f

REG ADD %KEY%\015 /VE /D ".NET Framework Security Update" /f

REG ADD %KEY%\015 /V 1 /D "%systemdrive%\Install\NDP1.1sp1-KB886903-X86.exe /qn" /f

REG ADD %KEY%\020 /VE /D "HighMAT CD Writing Wizard " /f

REG ADD %KEY%\020 /V 1 /D "%systemdrive%\Install\HMTCDWizard_enu.exe /qn" /f

REG ADD %KEY%\025 /VE /D "Windows Media Player 10" /f

REG ADD %KEY%\025 /V 1 /D "%systemdrive%\Install\MP10Setup.exe /q:A /c:"setup_wm.exe /Q /R:N /P:#e" /f

REG ADD %KEY%\030 /VE /D "Windows Media Player 10 Codecs" /f

REG ADD %KEY%\030 /V 1 /D "%systemdrive%\Install\wmfdist95.exe /Q:A /R:N" /f

REG ADD %KEY%\035 /VE /D "Windows Security Update 885835" /f

REG ADD %KEY%\035 /V 1 /D "%systemdrive%\Install\WindowsXP-KB885835-x86-ENU.exe /Q /O /N /Z /f

REG ADD %KEY%\040 /VE /D "Windows Media Connect" /f

REG ADD %KEY%\040 /V 1 /D "%systemdrive%\Install\wmcsetup.exe /Q:A /R:N" /f

REG ADD %KEY%\045 /VE /D "Cleaning Up and Rebooting" /f

REG ADD %KEY%\045 /V 1 /D "%systemdrive%\Install\cleanup.cmd" /f

EXIT

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...