Driver support in embedded XP

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I am considering moving from windows CE to embedded XP. I havent really
looked into embedded in detail yet but the big question for me is driver
support. Can any device with an XP driver also run with Embedded XP? Ie can
any XP driver be installed on an embedded XP device (assuming that I
configure the XP build correctly).

D
 
dice said:
Hi,

I am considering moving from windows CE to embedded XP. I havent really
looked into embedded in detail yet but the big question for me is driver
support. Can any device with an XP driver also run with Embedded XP? Ie can
any XP driver be installed on an embedded XP device (assuming that I
configure the XP build correctly).

D
The short answer is yes.
 
XPe is XP Pro broken down into a lot of components. If the driver runs in XP
Pro it will run in XPe. You have a couple of choices to add drivers to your
image: either create a component for the driver - import the INF file, or
install the driver after the image has been built. This newsgroup has
several discussions on both methods.

Regards,

Sean Liming
www.sjjmicro.com / www.seanliming.com
XP Embedded Author
 
Back
Top