James,
Sorry, I don't know which exactly components are missing from your image to
get the driver working.
That is a good indication, though, that you could install the driver
properly on XP Pro. That basically means you won't have real problems
integrating it in to your XPe image.
This is not unusual to have a new driver integrating under XPe. Many folks
here have done it successfully for many drivers. I guess, the key was just a
reverse engineering drivers to know all their dependencies, registry keys,
files, etc. So you can do.
Please check the link I mentioned in the previous reply to this thread. You
can also use Regmon/FileMon tools from
www.sysinternals.com, InCtrl5
(
www.xpefiles.com), etc. And you may also start from importing your driver's
..inf file in CD. To get the .inf, properly unzip your driver's installation
package (setup.exe) into a temp dir (again, use FileMon to spy on the
setup.exe to get all info you need).
Another way to get your driver working could be creating a new component
from the driver installed on XP Pro. But again, you would need to know all
the driver's files and registry keys and all its system dependencies.
If you face any problems integrating the driver in to your image and you
don't see the answer in XPe docs/tips/google, you may post your questions
here.
Good luck,
KM