brrempel Posted October 17, 2006 Posted October 17, 2006 (edited) I've slipstreamed XP with SP2 and all of the hot fixes and driver packs. I put everything on a bootable DVD. It works almost perfectly. When I install XP using the DVD and then go to Windows Update it shows three critical updates need to be installed. They are:KB890830KB916595KB913443I've downloaded these three files (along with all other hot fixes) and then run this batch file:TITLE Windows XP SP2 Slipstreamer brought to you by www.MSFN.orgCLS@echo offECHO.ECHO Slipstreaming Windows XP SP2 UpdatesECHO Please wait...FOR %%f IN (*.exe) DO "%%f" /Integrate:C:\WindowsXPCDECHO.ECHO Slipstreaming Completed!ECHO.pauseEXIT The first error I get it this:The next thing that happens is this pops up and I click cancel:Then this pops up:After some more hot fixes get installed I get this error:The rest of the hotfix slipstreaming process goes off without a hitch.I'm sure I'm missing something obvious, but I can't figure it out.Anyone have any ideas? Edited October 17, 2006 by brrempel
Takeshi Posted October 17, 2006 Posted October 17, 2006 This sticky tells you the switches of the first two. Manually add them to svcpack.inf.Not every KB uses the /integrate switch. The non-hotfix updates don't.The 3rd - don't know...
Takeshi Posted October 18, 2006 Posted October 18, 2006 You're welcome. The last screenshots indicates you have the wrong version(s) so check carefully which hotfixes are the problem.Actually the switches listed in the sticky and the guide have long been superseded by new ones although the old ones still work. Note the dates of the following KBs.Command-line switches for Windows software update packagesCommand-line switches for Microsoft software update packages
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now