For the folks that are having difficulties with the Intel ICH8USB drivers there is a simple explanation and workaround.
Explanation
The driver references a system DLL (usbui.dll), which is not present in Windows PE. This causes the driver installation to fail, and since it’s considered a boot critical device (chipset), the task sequence may fail.
Workaround
Contributed by John Lang
You say folks are having difficulties with that driver. What difficulties exactly? If it's not obvious that the issue is with usbui.dll it would be nice to give a little more detail on how to identify that this is the issue.