Jump to content

Make my own MS XP SP3 CD


Recommended Posts

I have my unattended CD where i slipstreame new updates in to.

But I would like to have a CD-RW with only updates after SP2.

I know that I need the updates files.

But how can I install them automaticly?

With some kind of command or bat file, that runs the updates on the CD-RW????

Link to comment
Share on other sites


Mmm, interesting... I got such batch file, but now I think on means which hotfix is already instaled.

I copy it to the intended system, then edit the .bat to move the NEW index to the needed hotfixes.

Sorry but in Spanish:

@echo off
SET Total=19
GOTO NUEVAS
Rem Actualizaciones Cr¡ticas XP SP2 (9)
echo Comenzamos con las Actualizaciones Cr¡ticas.
echo Espere por favor... Instalando parches...

echo 1/%Total%
echo Actualizaci¢n cr¡tica para Windows XP (KB886185)
echo Tama¤o de la descarga: 389 KB, menos de 1 minuto
echo Esta actualizaci¢n permite limitar la definici¢n de la opci¢n de restricciones
echo de Mi red, o subred local, en el Firewall de Windows. Esto es £til en
echo situaciones en las que el Firewall de Windows podr¡a considerar que hay una granred dentro de la subred local por c¢mo est n configuradas las tablas de rutas enel software de acceso telef¢nico.
start /w WindowsXP-KB886185-x86-esn.exe /passive /quiet /norestart /n

echo 2/%Total%
echo Actualizaci¢n de seguridad para Windows XP (KB873339)
echo Tama¤o habitual de la descarga: 338 KB, 1 minuto
echo Se ha detectado un problema de seguridad que podr¡a permitir a un usuario
echo malintencionado poner en peligro un sistema basado en Windows y hacerse con el
echo control del mismo.
start /w WindowsXP-KB873339-x86-ESN.exe /passive /quiet /norestart /n

echo 3/%Total%
echo Actualizaci¢n de seguridad para Windows XP (KB885835)
echo Tama¤o habitual de la descarga: 398 KB, 1 minuto
echo Se ha detectado un problema de seguridad que podr¡a permitir a un usuario
echo malintencionado poner en peligro un sistema basado en Windows y hacerse con el
echo control del mismo.
start /w WindowsXP-KB885835-x86-ESN.exe /passive /quiet /norestart /n

echo 4/%Total%
echo Actualizaci¢n de seguridad para Windows XP (KB885836)
echo Tama¤o habitual de la descarga: 331 KB, 1 minuto
echo Se ha detectado un problema de seguridad que podr¡a permitir a un usuario
echo malintencionado poner en peligro un sistema basado en Windows y hacerse con el
echo control del mismo.
start /w WindowsXP-KB885836-x86-ESN.exe /passive /quiet /norestart /n

echo 5/%Total%
echo Actualizaci¢n de seguridad para Windows XP (KB890175) #
echo Tama¤o habitual de la descarga: 544 KB, 1 minuto
echo Se ha detectado un problema de seguridad que podr¡a permitir a un usuario
echo malintencionado poner en peligro un sistema basado en Windows y hacerse con el
echo control del mismo.
start /w WindowsXP-KB890175-x86-ESN.exe /passive /quiet /norestart /n

echo 7/%Total%
echo Actualizaci¢n de seguridad para Windows XP (KB888302)
echo Tama¤o habitual de la descarga: 347 KB, 1 minuto
echo Se ha detectado un problema de seguridad que podr¡a permitir a un usuario
echo malintencionado leer informaci¢n de un sistema basado en Windows de forma
echo remota.
start /w WindowsXP-KB888302-x86-ESN.exe /passive /quiet /norestart /n

echo 8/%Total%
echo Actualizaci¢n de seguridad para Windows XP (KB885250)
echo Tama¤o habitual de la descarga: 370 KB, 1 minuto
echo Se ha detectado un problema de seguridad que podr¡a permitir a un usuario
echo malintencionado poner en peligro de forma remota un sistema basado en Windows y
echo hacerse con el control del mismo.
start /w WindowsXP-KB885250-x86-ESN.exe /passive /quiet /norestart /n

echo 9/%Total%
echo Actualizaci¢n de seguridad para Windows XP (KB891781)
echo Tama¤o habitual de la descarga: 337 KB, 1 minuto
echo Se ha detectado un problema de seguridad que podr¡a permitir a un usuario
echo malintencionado poner en peligro un sistema basado en Windows y hacerse con el
echo control del mismo.
start /w WindowsXP-KB891781-x86-ESN.exe /passive /quiet /norestart /n

echo 10/%Total%
echo Actualizaci¢n de seguridad para Windows XP (KB888113)
echo Tama¤o habitual de la descarga: 330 KB, 1 minuto
echo Se ha detectado un problema de seguridad que podr¡a permitir a un usuario
echo malintencionado poner en peligro un sistema basado en Windows y hacerse con el
echo control del mismo.
start /w WindowsXP-KB888113-x86-ESN.exe /passive /quiet /norestart /n

echo 11/%Total%
echo Herramienta de eliminaci¢n de software malintencionado de Windows (KB890830)
echo Tama¤o de la descarga: 267 KB, menos de 1 minuto
echo Tras su descarga, esta herramienta se ejecuta una vez para comprobar si su
echo equipo est  infectado por cierto software malintencionado muy frecuente
echo (incluido Blaster, Sasser y Mydoom) y ayuda a eliminar de forma autom tica todas
echo las variantes que se detecten. Tras su ejecuci¢n, la herramienta se eliminar 
echo del equipo. Cada mes aparecer  una nueva versi¢n de la herramienta. Si desea
echo ejecutarla en el equipo de forma manual, puede descargar una copia del Centro de
echo descarga Microsoft o ejecutar una versi¢n en l¡nea desde microsoft.com. Adem s
echo de esta herramienta, deber¡a utilizar un producto antivirus actualizado para
echo mejorar la protecci¢n del equipo frente a cualquier otro software
echo malintencionado.
REG ADD "HKLM\SOFTWARE\Microsoft\RemovalTools\MRT" /v "Version" /t REG_SZ /d "08112F4F-11BF-4129-A90A-9C8DD0104005" /f

echo 12/%Total%
echo Actualizaci¢n de seguridad para Windows XP (KB873333)
echo Tama¤o habitual de la descarga: 445 KB, 1 minuto
echo Se ha detectado un problema de seguridad que podr¡a permitir a un usuario
echo malintencionado poner en peligro un sistema basado en Windows y hacerse con el
echo control del mismo.
start /w WindowsXP-KB873333-x86-ESN.exe /passive /quiet /norestart /n

echo 13/%Total%
echo Actualizaci¢n para Windows XP (KB887742)
echo Tama¤o: 451 KB
echo Esta actualizaci¢n resuelve un problema que podr¡a provocar que el sistema deje
echo de funcionar si se instalan ciertos programas firewall o antivirus. Puede
echo resolver este problema instalando esta actualizaci¢n de HTTP.sys de Microsoft.
start /w WindowsXP-KB887742-x86-ESN.exe /passive /quiet /norestart /n

echo 14/%Total%
echo Actualizaci¢n de seguridad acumulativa para Internet Explorer para Windows XP
echo Service Pack 2 (KB890923)
echo Tama¤o: 3.9 MB
echo Se ha detectado un problema de seguridad que podr¡a permitir a un usuario
echo malintencionado poner en peligro un equipo que ejecute Internet Explorer y
echo hacerse con el control del mismo.
start /w WindowsXP-KB890923-x86-ESN.exe /passive /quiet /norestart /overwriteoem /nobackup

echo 15/%Total%
echo Actualizaci¢n de seguridad para Windows XP (KB890859)
echo Tama¤o: 5.8 MB
echo Se ha detectado un problema de seguridad que podr¡a permitir a un usuario
echo malintencionado poner en peligro de forma remota un sistema basado en Windows y
echo hacerse con el control del mismo.
start /w WindowsXP-KB890859-x86-ESN.exe /passive /quiet /norestart /overwriteoem /nobackup

echo 16/%Total%
echo Actualizaci¢n de seguridad para Windows XP (KB893066)
echo Tama¤o: 775 KB
echo Se ha detectado un problema de seguridad que podr¡a permitir a un usuario
echo malintencionado poner en peligro de forma remota un sistema basado en Windows y
echo hacerse con el control del mismo.
start /w WindowsXP-KB893066-x86-ESN.exe /passive /quiet /norestart /overwriteoem /nobackup

echo 17/%Total%
echo Actualizaci¢n de seguridad para Windows XP (KB893086)
echo Tama¤o: 4.4 MB
echo Se ha detectado un problema de seguridad que podr¡a permitir a un usuario
echo malintencionado poner en peligro de forma remota un sistema basado en Windows y
echo hacerse con el control del mismo.
start /w WindowsXP-KB893086-x86-ESN.exe /passive /quiet /norestart /overwriteoem /nobackup

:NUEVAS

echo 18/%Total%
echo Windows Installer 3.1 Redistributable - Espa¤ol
echo Tama¤o: 2.5 MB
echo Microsoft Windows Installer 3.1 es el servicio de instalaci¢n y configuraci¢n deaplicaciones para Windows. Las caracter¡sticas adicionales de la versi¢n 3.1
echo permiten crear, distribuir y administrar las actualizaciones de las aplicacionesde forma m s sencilla y eficiente.
start /w WindowsInstaller-KB893803-v2-x86.exe /passive /quiet /norestart /overwriteoem /nobackup

echo 19/%Total%
rem start /w /passive /quiet /norestart /n

SET Total=
pause
GOTO:EOF

echo Terminamos con las Actualizaciones Cr¡ticas.
echo Comenzamos con las Recomendadas
SET Total=6

Rem Actulizaci¢n Windows XP (13)
echo 1/5
echo Actualizaci¢n acumulativa para Outlook Express para Windows XP (KB887797)
echo Tama¤o habitual de la descarga: 616 KB, 1 minuto
echo Esta actualizaci¢n no relacionada con la seguridad resuelve varios problemas
echo detectados en Outlook Express.
start /w WindowsXP-KB887797-x86-esn.exe /passive /quiet /norestart /n

echo 2/5 WMP 10

echo 3/5 Journal Viewer

echo 4/5 HigtMat

echo 5/5 .NET 1.1

echo 6/%Total%
echo Actualizaci¢n de seguridad para Microsoft .NET Framework, versi¢n 1.1 Service
echo Pack 1 (KB886903)
echo Tama¤o de la descarga: 1.5 MB, 1 minuto
echo Se ha detectado un problema de seguridad que podr¡a permitir a un usuario
echo malintencionado poner en peligro un sistema basado en Windows que ejecute
echo Microsoft .NET Framework y obtener acceso a datos restringidos.
echo start /w NDP1.1sp1-KB886903-X86.exe /q

echo Termin¢ todo, cierre esta ventana tranquilo.
echo Reinicie el equipo.
SET Total=
pause

Link to comment
Share on other sites

Nilfred, I was just taking a quick glance at your script ... it looks like you're counting how many updates are being installed so as to maybe echo back the total in the end (I didn't scroll down to the end of the script). You could just use the /l switch on any hotfix and that will show a popup window that displays all of the hotfixes that are installed on the system.

I could be wrong about your intentions, though. I don't speak Spanish, so I couldn't read what you wrote. That's just the way it appeared to me. :shrug:

Link to comment
Share on other sites

@Dumpy Dooby

I just echoing something to read while instaling hotfixes because may take a while in slow computers and the info is useful to know what the hotfix fix. Also because they install silent and someone may borrow my CD and tend to reset or...

As is, It will install only the last hotfix because the GOTO at the start go there and is the only hotfix I need; this way I test the batch everytime a new hotfix comes.

Normally I delete the GOTO line so it install all hotfixes in unpatched machines.

@Incroyable HULK

I use expensive HP 12x CDRW, many of them, until they fail completely. Media Quality is the key.

My 2 cents: Use the Nero burning verify checkbox to avoid headaches.

Link to comment
Share on other sites

  • 2 months later...

I have my 26 updates after XP SP2 on a CD in a folder called update

I will run the cmd file from the same CD.

Is this cmd file right??

@echo off

ECHO

ECHO Installing WindowsXP-KB890859-x86-DAN.exe

ECHO Please wait...

start /wait %systemdrive%\update\WindowsXP-KB890859-x86-DAN.exe

ECHO.

a.s.o.

or is systemdrive wrong when it's from a CD?

And do I miss something silent code after exe???

Edited by koden
Link to comment
Share on other sites

This will install all hotfixes in the Update folder on your CD.

@echo off && Mode 60,12 && Color f2 
FOR %%i IN ( "\Update\*.exe" ) DO (
  ECHO Installing hotfix %%~ni
  %%i /O /U /N /Z
)

Link to comment
Share on other sites

Hmmm...nothing happens..

I put this

@echo off && Mode 60,12 && Color f2

FOR %%i IN ( "\Update\*.exe" ) DO (

ECHO Installing hotfix %%~ni

%%i /O /U /N /Z )

pause

in a notepad file and save it as update.cmd

Put the CD in my CD drive (D).

Run update.cmd and a window says "press any key"

I do this and that it's.....

Edited by koden
Link to comment
Share on other sites

Small alteration:

@echo off && Mode 60,12 && Color f2 
FOR %%i IN ( ".\Update\*.exe" ) DO (
 ECHO Installing hotfix %%i
 start /wait "" "%%i" /O /U /N /Z
)

Link to comment
Share on other sites

  • 1 month later...

It hat work 30/3 2005 but now it does not ???

If I run my cmd file now I just get a cmd window blinking and then it,s gone ???

I use this cmd file that is on my cd where also a folder called update is with all updates.

@echo off && Mode 60,12 && Color f2

FOR %%i IN ( ".\Update\*.exe" ) DO (

ECHO Installing hotfix %%i

start /wait "" "%%i" /O /U /N /Z

)

SORRY forget this.

Update has been renamed to updates.

Thats why :-)))

Edited by koden
Link to comment
Share on other sites

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...