> Well, I found the problem, the WMI service is completely missing!
>
> Which would explain why it can't connect...

OK, can't figure out why a SP3 slipstream isn't installing the WMI service, so 
I went for plan B.

Winxpsp2-updates.bat

[SNIP]
:: Microsoft Security Bulletins
:: http://www.microsoft.com/technet/security/current.aspx
::todo.pl "%Z%\scripts\winxpsp2-up0803.bat"
::todo.pl "%Z%\scripts\winxpsp2-up0802.bat"
::todo.pl "%Z%\scripts\winxpsp2-up0801.bat"
::todo.pl "%Z%\scripts\winxpsp2-up0712.bat"
::todo.pl "%Z%\scripts\winxpsp2-up0711.bat"
::todo.pl "%Z%\scripts\winxpsp2-up0710.bat"
::todo.pl "%Z%\scripts\winxpsp2-up0708.bat"
::todo.pl "%Z%\scripts\winxpsp2-up0707.bat"
::todo.pl "%Z%\scripts\winxpsp2-up0706.bat"
::todo.pl "%Z%\scripts\winxpsp2-up0704.bat"
::todo.pl "%Z%\scripts\winxpsp2-up0702.bat"
::todo.pl "%Z%\scripts\winxpsp2-up0612.bat"
::todo.pl "%Z%\scripts\winxpsp2-up0611.bat"
::todo.pl "%Z%\scripts\winxpsp2-up0610.bat"
::todo.pl "%Z%\scripts\winxpsp2-up0609.bat"
::todo.pl "%Z%\scripts\winxpsp2-up0608.bat"
::todo.pl "%Z%\scripts\winxpsp2-up0607.bat"
::todo.pl "%Z%\scripts\winxpsp2-up0606.bat"
::todo.pl "%Z%\scripts\winxpsp2-up0604.bat"
::todo.pl "%Z%\scripts\winxpsp2-up0602.bat"
::todo.pl "%Z%\scripts\winxpsp2-up0601.bat"
::todo.pl "%Z%\scripts\winxpsp2-up0510.bat"
::todo.pl "%Z%\scripts\winxpsp2-up0508.bat"
::todo.pl "%Z%\scripts\winxpsp2-up0507.bat"
::todo.pl "%Z%\scripts\winxpsp2-up0506.bat"
::todo.pl "%Z%\scripts\winxpsp2-up0504.bat"
::todo.pl "%Z%\scripts\winxpsp2-up0502.bat"
::todo.pl "%Z%\scripts\winxpsp2-up0412.bat"
::todo.pl "%Z%\scripts\winxpsp2-up0304.bat"

:: Install Service Pack 3
todo.pl ".ignore-err 194 
%Z%\updates\winxp\WINDOWSXP-KB936929-SP3-X86-%WINLANG%.exe /n /q /u /z" .reboot

:: Install Post SP3 Updates
todo.pl ".reboot-on 194 
%Z%\updates\winxpsp2\WindowsXP-KB941569-x86-%WINLANG%.exe  /passive /n 
/norestart"


winxpsp2-mediaplayer.bat

[SNIP]

:: Security Update for Windows Media Player Plug-in (KB911564)
:: NO LONGER NEEDED POST SP3, causes install to pause when it fails
:: Microsoft Security Bulletin MS06-006
:: "Vulnerability in Windows Media Player Plug-in with Non-Microsoft Internet 
Browsers Could Allow Remote Code Execution (911564)"
:: <http://www.microsoft.com/technet/security/bulletin/MS06-006.mspx>
:: 
<http://www.microsoft.com/downloads/details.aspx?FamilyId=CCDD3D35-BE5C-4C43-8FFA-BB8570A7321C>
[SNIP download links]
:: todo.pl ".reboot-on 194 
%Z%\updates\common\WindowsMedia-KB911564-x86-%WINLANG%.exe /passive /n 
/norestart"

[SNIP]

:: FIXME: well if we install mp10 then there is not point in having this isn't
:: NO LONGER NEEDED POST SP3, causes install to pause when it fails
:: Security Update for Windows Media Player 6.4 for Windows (KB925398)
[SNIP download links]
:: todo.pl ".reboot-on 194 
%Z%\updates\winxpsp2\WindowsMedia6-KB925398-v2-x86-%WINLANG%.exe /passive /n 
/norestart"



This would appear to be working at this time, although I need to do some more 
testing. It's messy and needs cleaning up, too.

Steven Blackery

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel

Reply via email to