slipstreaming new KB hotifxes

J

Jeff Spicer

I am trying to create a new XP pro distribution share
using our Volume license XP PRO software. I have XP SP1
and I have been successful in slipstreaming the USB hot fix
Q810400 which solved the problem of the installation
hanging with 34 minutes left. Any way the problem is that
I want to have all the other hot fixes already
incorporated within the distribution share so that they do
not need to be install. The problem is even though I
follow the same directions from KB814847 it does not seem
to install the new KB hot fixes. At least when I go to
windows update it shows that I still need to install the
hot fixes. Do the new KB fixes require a new way to
slipstream? Here is what I have put into the svcpack.in_
file

Signature="$Windows NT$"MajorVersion=5
MinorVersion=1
BuildNumber=2600
[SetupData]
CatalogSubDir="i386\svcpack"

[ProductCatalogsToInstall]
q810400.cat
KB828035.cat
kb825119.cat
KB826939.cat
kb824105.cat
kb823182.cat
KB824141.cat
KB824146.cat
kb821557.cat
kb823559.cat
kb823980.cat

[SetupHotfixesToRun]
Q810400 /Q /N /Z
KB828035.exe /Q /N /Z
KB825119.exe /Q /N /Z
KB826939.exe /Q /N /Z
KB824105.exe /Q /N /Z
KB823182.exe /Q /N /Z
KB824141.exe /Q /N /Z
KB824146.exe /Q /N /Z
KB817787.exe /Q /N /Z
KB828026.exe /Q /N /Z
KB329441.exe /Q /N /Z
KB821557.exe /Q /N /Z
KB823559.exe /Q /N /Z
KB823980.exe /Q /N /Z
KB819639.exe /Q /N /Z
KB819696 /Q /N /Z

I also have the following dosnet.in_ file

[Version]
signature="$Windows NT$"
DriverVer=07/01/2001,5.1.2600.1106


[Directories]
d1 = \I386
d2 = \cmpnents\tabletpc\I386
d3 = \cmpnents\mediactr\I386
d4 = \cmpnents\netfx\I386

[OptionalSrcDirs]
svcpack

..... skipping down to
.... the last part of file

[ForceCopyDriverCabFiles]
ntoskrnl.exe
ndis.sys
ipsec.sys
tcpip.sys
netbt.sys
rdbss.sys
mup.sys
mrxsmb.sys
tdi.sys
ksecdd.sys
kernel32.dll
ntdll.dll
msvcrt.dll
msvcrt40.dll
mfc42.dll
mfc42chs.dll
mfc42cht.dll
mfc42deu.dll
mfc42esp.dll
mfc42fra.dll
mfc42ita.dll
mfc42jpn.dll
mfc42kor.dll
binlsvc.dll
dhcpssvc.dll
advpack.dll
msoobci.dll
quartz.dll
jscript.dll
urlmon.dll
newdev.dll
ntdll.dll
ehepg.dll
ehepgdat.dll
ehiproxy.dll
ehplayer.dll
ehproxy.dll
ehrecobj.dll
encdec.dll
sbe.dll
spmsg.dll
srv.sys
MSHTML.DLL
SHDOCVW.DLL
SHLWAPI.DLL
URLMON.DLL
vbscript.dll
W95INF32.DLL
msoobci.dll
wmp.dll
msdxm.ocx
wmp.dll
wmpcore7.dll
wmpcore8.dll
srrstr.dll
shell32.dll
cryptui.dll
msconv97.dll
ole32.dll
rpcrt4.dll
rpcss.dll
netbt.sys
user32.dll
win32k.sys
itircl.dll
wkssvc.dll
msgsvc.dll
hhctrl.ocx
hhsetup.dll
itss.dll
winsrv.dll
zipfldr.dll
crypt32.dll
usbhub.sys
 
G

Guy Archambault

Hi Jeff

I've created an updated share following this recently
modified article:
http://support.microsoft.com/default.aspx?scid=kb;en-
us;828930

I started from a Windows XP SP1, CD and have successfully
slipstreamed everything up to MS03-045.

If you check for updates at Microsoft updates it might not
see the installed fixes. The best way to check your
installation is to use the Microsoft Baseline Security
Analyzer (available to download for free). You can also
check the files that were installed during the setup.

Please note:The registry keys created under
HKLM\Software\Microsoft\Updates\Windows XP\SP1 (or SP2)
may not be not created properly when an administrator or
an OEM integrates or slipstreams security patches into the
Windows installation source files.
(They specify this in all their new Security Bulletins)

I hope this will help you.

Guy Archambault
MCSE
-----Original Message-----
I am trying to create a new XP pro distribution share
using our Volume license XP PRO software. I have XP SP1
and I have been successful in slipstreaming the USB hot fix
Q810400 which solved the problem of the installation
hanging with 34 minutes left. Any way the problem is that
I want to have all the other hot fixes already
incorporated within the distribution share so that they do
not need to be install. The problem is even though I
follow the same directions from KB814847 it does not seem
to install the new KB hot fixes. At least when I go to
windows update it shows that I still need to install the
hot fixes. Do the new KB fixes require a new way to
slipstream? Here is what I have put into the svcpack.in_
file

Signature="$Windows NT$"MajorVersion=5
MinorVersion=1
BuildNumber=2600
[SetupData]
CatalogSubDir="i386\svcpack"

[ProductCatalogsToInstall]
q810400.cat
KB828035.cat
kb825119.cat
KB826939.cat
kb824105.cat
kb823182.cat
KB824141.cat
KB824146.cat
kb821557.cat
kb823559.cat
kb823980.cat

[SetupHotfixesToRun]
Q810400 /Q /N /Z
KB828035.exe /Q /N /Z
KB825119.exe /Q /N /Z
KB826939.exe /Q /N /Z
KB824105.exe /Q /N /Z
KB823182.exe /Q /N /Z
KB824141.exe /Q /N /Z
KB824146.exe /Q /N /Z
KB817787.exe /Q /N /Z
KB828026.exe /Q /N /Z
KB329441.exe /Q /N /Z
KB821557.exe /Q /N /Z
KB823559.exe /Q /N /Z
KB823980.exe /Q /N /Z
KB819639.exe /Q /N /Z
KB819696 /Q /N /Z

I also have the following dosnet.in_ file

[Version]
signature="$Windows NT$"
DriverVer=07/01/2001,5.1.2600.1106


[Directories]
d1 = \I386
d2 = \cmpnents\tabletpc\I386
d3 = \cmpnents\mediactr\I386
d4 = \cmpnents\netfx\I386

[OptionalSrcDirs]
svcpack

..... skipping down to
.... the last part of file

[ForceCopyDriverCabFiles]
ntoskrnl.exe
ndis.sys
ipsec.sys
tcpip.sys
netbt.sys
rdbss.sys
mup.sys
mrxsmb.sys
tdi.sys
ksecdd.sys
kernel32.dll
ntdll.dll
msvcrt.dll
msvcrt40.dll
mfc42.dll
mfc42chs.dll
mfc42cht.dll
mfc42deu.dll
mfc42esp.dll
mfc42fra.dll
mfc42ita.dll
mfc42jpn.dll
mfc42kor.dll
binlsvc.dll
dhcpssvc.dll
advpack.dll
msoobci.dll
quartz.dll
jscript.dll
urlmon.dll
newdev.dll
ntdll.dll
ehepg.dll
ehepgdat.dll
ehiproxy.dll
ehplayer.dll
ehproxy.dll
ehrecobj.dll
encdec.dll
sbe.dll
spmsg.dll
srv.sys
MSHTML.DLL
SHDOCVW.DLL
SHLWAPI.DLL
URLMON.DLL
vbscript.dll
W95INF32.DLL
msoobci.dll
wmp.dll
msdxm.ocx
wmp.dll
wmpcore7.dll
wmpcore8.dll
srrstr.dll
shell32.dll
cryptui.dll
msconv97.dll
ole32.dll
rpcrt4.dll
rpcss.dll
netbt.sys
user32.dll
win32k.sys
itircl.dll
wkssvc.dll
msgsvc.dll
hhctrl.ocx
hhsetup.dll
itss.dll
winsrv.dll
zipfldr.dll
crypt32.dll
usbhub.sys


.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top