Install ISA card with specific I/O RESOURCES.

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

Guest

I'm trying to install an ISA card on my machin ,every time i'm build an image
i need to config the I/O Resources manualy .
How can I do it from target designer ?
Can I install the card utility automaticaly to the image (as a componnent) ?

10x
 
I'm trying to install an ISA card on my machin ,every time i'm build an image
i need to config the I/O Resources manualy .

This is not a PnP device, right? How about capturing the driver registry and pre-populating it in your image?
How can I do it from target designer ?

Use your own component to add the required registry entries, or use TD Extra Registry Section.
Can I install the card utility automaticaly to the image (as a componnent) ?

The card utility? Is it a standalone exe? Just find all tis dependencies, make sure they are all in your image and include the exe
in your component through a new repository.

KM
 
Back
Top