Installation Package!

  • Thread starter Thread starter Ann
  • Start date Start date
A

Ann

I have one driver installation package(one file,setup.exe) for my hardware.I
have no other resoureces,no inf,no dll,no sys.

Could I put this package in my image,and get customer execution(to execute
intallation ) during FBA?


Thanks,

Ann
 
Ann,

If you run the installation pakage, it will probably extract the driver
resources (inf(s0, dll(s), etc.) to a temporary directory. If you use
Regmon/FileMon monitoring tools (www.sysinternals.com), you can catch all
the resources created and try to componentize the driver with a proper way
(TD, CD).

You may also run your driver install pakage as a FBA Generic Command. You
will likely want to automate this, so make sure your installation pakage can
be run in automatic mode (command line switches).

For more info read this:
http://www.microsoft.com/windows/embedded/community/tips/xp/thirdparty.asp.

Also your question has been answered many times in this NG. You may search
the NG archive for more advices.

KM
 
Back
Top