I have 1 task sequence which at the moment, boots from cd to the deployment share installs XP SP3 installs 50+ apps. syspreps and captures the wim called THICK.WIM. I have a second task sequence which deploys the THICK.WiM. This will be used to deploy via usb throughout the business to different hardware. My question is how do I create the the 1st task sequence with no drivers installed. If I disable the driver injection my task sequence fails because the Network card driver is not installed and it trys to connect to the deployment share.. I take it all I need is the SATA driver and the NIC driver on the base image. (basically I want a clean build (driver wise as much as possible). but the task sequence needs to finish and be able to capture the WIM I have my drivers in groups. SO how would I only say install SATA and NIC ***I have read that in order to add only nic and sata I need to update my customsettings.ini ? is this correct and what lines do I need to add ?** |