Driver setup

  • Thread starter Thread starter Andrea
  • Start date Start date
A

Andrea

Hi,
I have a MSI setup installation program for a device driver. Is It possible
to
create a component with the setup program so that it could be executed by
the FBA
after installing the others component?

Thanks,

Andrea
 
Andrea,

Look at XPe documentation for "FBA Generic Command". Make sure to set up
"Phase" extended property to run in necessary FBA phase.
Creating your component you will also need to include necessary dependencies
to run your MSI installation.

KM
 
Can you componentize the driver itself? Then you can let TD build it and
dont have to install it on-line.
If you have the INF, it can be imported into CD directly
-Anil [MS] This posting is provided "AS IS". It implies no warranties and
confers no rights.
 
Back
Top