Proper SP3 for Media Center 2005

Discussion in 'Windows XP / Older OS' started by Beowulf, Jun 1, 2011.

  1. Beowulf

    Beowulf MDL Member

    Aug 31, 2009
    167
    8
    10
    Hello folks,
    although i have Dual Partition one being CP PRo and the other being MCenter 2005 all being SLP installed, (got to love those OEM SLP CD ,offline activation methods): but i was wondering if their was a proper SP3 released for Media Center 2005: their are a lots of topic floating around the net stating the methods for slipstreaming with SP3 the MCenter 2005 : which would inevitably lead to Media Dancer and and Win DVD maker and the trusted Media Center Themes and application losing out on this methods.
    But i was wondering if their was a proper methods to slipstream and if it was possible without losing on those feature.
    If someone was able to do so, please guide me.



    Thank you.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. rapideye

    rapideye MDL Novice

    Mar 30, 2009
    27
    1
    0
    #2 rapideye, Jun 1, 2011
    Last edited by a moderator: Apr 20, 2017
    Me too,

    Some time back I ended up using runonce.cmd to acheive MCE 2005 SP3 corrctly working:

    Code:
    cmdow @ /HID
    @echo off
    
    ###Windows XP Media Center Edition July 2008 Update Script by RapidEye###
    
    FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\CD.txt SET CDROM=%%i:
    
    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx
    
    REG ADD %KEY% /V TITLE /D "Installing Updates" /f
    
    REG ADD %KEY%\005 /VE /D "DirectX 9.0C June 2008" /f
    REG ADD %KEY%\005 /V 1 /D "%CDROM%\INSTALL\DIRECTX\dxsetup.exe /silent" /f
    
    REG ADD %KEY%\010 /VE /D ".NET Framework 1.1 SP1" /f
    REG ADD %KEY%\010 /V 1 /D "%CDROM%\INSTALL\DOTNET\dotnetfx.exe /q:a /c:\"install /q\"" /f
    
    REG ADD %KEY%\011 /VE /D "KB867460 .NET 1.1 SP1 Update" /f
    REG ADD %KEY%\011 /V 1 /D "%CDROM%\INSTALL\DOTNET\KB867460.exe /Q" /f
    
    REG ADD %KEY%\012 /VE /D "KB928366 .NET 1.1 SP1 Update" /f
    REG ADD %KEY%\012 /V 1 /D "%CDROM%\INSTALL\DOTNET\KB928366.exe /Q" /f
    
    REG ADD %KEY%\013 /VE /D ".NET Framework 2.0" /f
    REG ADD %KEY%\013 /V 1 /D "%CDROM%\INSTALL\DOTNET\dotnetfx2.exe /q:a /c:\"install /q\"" /f
    
    REG ADD %KEY%\014 /VE /D "KB917283 .NET 2.0 Update" /f
    REG ADD %KEY%\014 /V 1 /D "%CDROM%\INSTALL\DOTNET\KB917283.exe /quiet" /f
    
    REG ADD %KEY%\015 /VE /D "KB922770 .NET 2.0 Update" /f
    REG ADD %KEY%\015 /V 1 /D "%CDROM%\INSTALL\DOTNET\KB922770.exe /quiet" /f
    
    REG ADD %KEY%\016 /VE /D "KB928365 .NET 2.0 Update" /f
    REG ADD %KEY%\016 /V 1 /D "%CDROM%\INSTALL\DOTNET\KB928365.exe /quiet" /f
    
    REG ADD %KEY%\017 /VE /D "KB900325 Update Rollup 2 >Restart" /f
    REG ADD %KEY%\017 /V 1 /D "%CDROM%\INSTALL\UPDATES\KB900325.exe /quiet" /f
    
    REG ADD %KEY%\020 /VE /D "KB912024 eHome Infrared Receiver" /f
    REG ADD %KEY%\020 /V 1 /D "%CDROM%\INSTALL\UPDATES\KB912024v2.exe /quiet" /f
    
    REG ADD %KEY%\025 /VE /D "KB913800 DRM Update" /f
    REG ADD %KEY%\025 /V 1 /D "%CDROM%\INSTALL\UPDATES\KB913800.exe /quiet" /f
    
    REG ADD %KEY%\035 /VE /D "KB925766 Update Rollup 3 >Restart" /f
    REG ADD %KEY%\035 /V 1 /D "%CDROM%\INSTALL\UPDATES\KB925766.exe /quiet" /f
    
    REG ADD %KEY%\040 /VE /D "Internet Explorer 7" /f
    REG ADD %KEY%\040 /V 1 /D "%CDROM%\INSTALL\APPS\IE7.exe /quiet /nobackup /update-no /norestart" /f
    
    REG ADD %KEY%\045 /VE /D "Windows Media Player 11" /f
    REG ADD %KEY%\045 /V 1 /D "%CDROM%\INSTALL\APPS\wmp11.exe /Q" /f
    
    REG ADD %KEY%\046 /VE /D "Windows Live Messenger 8.5" /f
    REG ADD %KEY%\046 /V 1 /D "%CDROM%\INSTALL\APPS\MsnMsgs.msi /qn" /f
    
    REG ADD %KEY%\050 /VE /D "KB936929 Service Pack 3 >Restart" /f
    REG ADD %KEY%\050 /V 1 /D "%CDROM%\INSTALL\UPDATES\KB936929.exe /quiet /nobackup /overwriteoem" /f
    
    
    PAUSE
    
    
    EXIT
    
    This installed all of the updates (some will need updating) correctly.
    I could work on a guide to to this if there is interest.
    Or is there a better way yet, I still get the odd job with MCE needing clean install etc, so a nice slipstream would be much better.
     
  3. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,681
    18,586
    340
  4. stayboogy

    stayboogy MDL Addicted

    May 1, 2011
    846
    215
    30
    #4 stayboogy, Jun 2, 2011
    Last edited: Jun 2, 2011
    if you do get it slipstreamed properly you might as well go ahead and slipstream any NET frameworks and the updates for each that you will need because you will run into install problems from windows update.

    i have a xp mce 2005 iso with sp3 that i had used (before i got what i needed from here) and it was a pita to get NET working and it never got updated properly, no matter what i tried. also the newest mmc version did not work correctly either, so adjusting any services was out of the question.

    your mileage may vary, and you may have more/different problems than i did once it's setup

    just my $.02