powder
07-06-2004, 08:11
Found recently that i need to update my XP Updates Batch files (actually get these usually from Mesh install CDs - saves me the work of typing it all in) to include the latest updates from the last month or so. Saves a lot of time when installing the update on a PC, even when you;ve got broadband access - saves a hell of a lot more when you haven't.
Thing is without the extra work of checking which updates are for Home, and which are for Pro i'm not sure which updates to include for each batch file.
Below is a sample of the batch (actually it's a .cmd file but it's effectively the same thing);
rem @echo off
if exist "c:\sysprep\microsoft\patches\qchain.exe" cd c:\sysprep\microsoft\patches
q330994.exe /Q:a /R:N
rem April 2003, Cumulative Patch for Outlook Express (330994)
Q832894.exe /q:a /r:n
rem Cumulative Patch for Internet Explorer (feb)
WindowsXP-KB828035-x86-ENU.exe /u /n /z
rem Security Update for Microsoft Windows XP (KB828035)
Any idea where i can find a list of which updates are for which version? Or other sites with useful ways of cutting down time installing essential patches, apps or updates?
Thing is without the extra work of checking which updates are for Home, and which are for Pro i'm not sure which updates to include for each batch file.
Below is a sample of the batch (actually it's a .cmd file but it's effectively the same thing);
rem @echo off
if exist "c:\sysprep\microsoft\patches\qchain.exe" cd c:\sysprep\microsoft\patches
q330994.exe /Q:a /R:N
rem April 2003, Cumulative Patch for Outlook Express (330994)
Q832894.exe /q:a /r:n
rem Cumulative Patch for Internet Explorer (feb)
WindowsXP-KB828035-x86-ENU.exe /u /n /z
rem Security Update for Microsoft Windows XP (KB828035)
Any idea where i can find a list of which updates are for which version? Or other sites with useful ways of cutting down time installing essential patches, apps or updates?