Win2000 SP4 slipstreamed I've been doing unattended install of Windows 2000 for several years, but only recently have I tried slipstreaming updates into my CD. This has met with failure as I've been able to successfully integrate all 'Recommended Updates' but only 1 or 2 'Critical Updates.' When I visit Windows Update after the install finishes, there are still 14 Critical Updates available, even though I had them install with SCVPACK.inf (correct syntax for Type 1&2 updates, and numerical order) and some using GUIRunOnce. I had to split up the hotfixes into SCVPACK and GUIRunOnce because some updates were for IE6 SP1/Outlook Express 6, and I couldn't have the hotfixes install before IE6/OE6 were installed. IE6SP1/OE6 install from a batch (Installs.CMD) called from cmdlines.txt which executes directly after SVCPACK.inf runs. So I have my Windows Critical updates install during SVCPACK and then the IE6/OE6 updates install at the GUIRunOnce point which executes after the first logon, since these updates would logically have to be installed after IE6SP1 was installed. What I need to know is, what am I missing to get these hotfixes to 'take' to the OS/IE6/OE6 and is there a way to install IE6SP1 before SVCPACK runs? I'm at a loss here and I'm sure I wouldn't have any problems if I was doing this with Windows XP or if I left the default IE 5 and only installed hotfixes for that version. Even if I choose to run all of the hotfixes from GUIRunOnce, only a few of them take. I just want to load up WindowsUpdate after a fresh OS install and see 0 Critical Updates available. TIA