Hi, I am using both the Svcpack.inf and the /integrate options to integrate my hotfixes into WinXP (Service Pack 2 already integrated). The reason I am doing this is because I want to have my hotfixes/patches integrated into XP ahead of the installation. But the following do not work with /integrate and all I can think of to do is to put them into SVCPACK.INF as in the Unattended tutorial. - KB890830 (Malicious Software Removal tool) - KB831240 (HighMAT support) (Also I want to slipstream Windows Media Player 10 & .NET into the CD, another reason I why I want to have the hotfixes integrated rather than using SVCPACK.INF all the way). The problem is that even though everything installed smoothly, when I did a Windows Update, the recent hotfix KB893066 shows up. But as far as I can see, KB893066 got integrated since it shows up in the I386/SVCPACK folder with all the other hotfixes that got integrated. I used IcemanND script to integrate my hotfixes: IcemanND Hotfix Integration script I used Iceman since it is supposed to install the hotfixes in some proper order. (As far as I have read it fixes a problem with one hotfix overiding another?). The following is my SVCPACK.INF file: [CatalogHeader] [Version] BuildNumber=2600 MinorVersion=1 MajorVersion=5 Signature="$WINDOWS NT$" [SetupData] CatalogSubDir="\I386\svcpack" [SetupHotfixesToRun] KB896428.exe /q /n /z KB896422.exe /q /n /z KB896358.exe /q /n /z KB893803v2.exe /q /n /z KB893086.exe /q /n /z KB893066.exe /q /n /z KB891781.exe /q /n /z KB890859.exe /q /n /z KB890831.exe /q /n /z KB890175.exe /q /n /z KB890046.exe /q /n /z KB888302.exe /q /n /z KB888240.exe /q /n /z KB888113.exe /q /n /z KB887797.exe /q /n /z KB887742.exe /q /n /z KB886716.exe /q /n /z KB886677.exe /q /n /z KB886185.exe /q /n /z KB885836.exe /q /n /z KB885626.exe /q /n /z KB885250.exe /q /n /z KB885222.exe /q /n /z KB884883.exe /q /n /z KB884020.exe /q /n /z KB883939.exe /q /n /z KB873339.exe /q /n /z KB873333.exe /q /n /z KB885835.exe /q /n /z KB890830.exe /Q KB831240.exe /Q qchain.exe [ProductCatalogsToInstall] KB896428.cat KB896422.cat KB896358.cat KB893803v2_wxp.cat KB893086.cat KB893066.cat KB891781.cat KB890859.cat KB890831.cat KB890175.cat KB890046.cat KB888302.cat KB888240.cat KB888113.cat KB887797.cat KB887742.cat KB886716.cat KB886677.cat KB886185.cat KB885836.cat KB885626.cat KB885250.cat KB885222.cat KB884883.cat KB884020.cat KB883939.cat KB873339.cat KB873333.cat KB885835.cat I would like to figure out what I am doing wrong. What I am probably doing is stupidly wrong but not so obvious to me. So if anyone can point out what is wrong or being done badly, I would appreciate it. Any suggestions on Alternate solutions are appreciated as well. TIA! Majoram