Drivers in Deployed Image

  • Thread starter Thread starter ariano.lattanzi
  • Start date Start date
A

ariano.lattanzi

Hi everybody!

I've got a very simple quuestion:

I would like to deploy a quite simple image with minlogon and a custom
shell. So far so good. My target device is quite unusual so i have some
problems configuring the right drivers...the biggest problem is to
create a driver for a MOTU FIREWIRE Soundcard...i've given up! Now i
would like to add this hw to my deployed image installing the right
drivers through a cd or network. Which would be the best solution?
a) write down a RUNONCE script to run during FBA?
b) installing the driver after the image deployment?
c) anything else?

Thanks a lot for any advice you may give!

Bye
 
Option B is the simplest, however you will need to make sure that there is
sufficient support in the image for any installer program that you may need to
use.
As a start add the 'windows installer service' component to your configuration.
But bear in mind that it and its dependencies can significantly increase the
size of a small image, so use the footprint estimator to see how much extra disk
space is needed if you include it.

David
 
Back
Top