Installing apps after FBA / Finding necessary components

  • Thread starter Thread starter Richard M
  • Start date Start date
R

Richard M

I have a couple of apps I wish to install from a CD, before the reseal phase.
A webcam is one. (I hope this is an acceptable thing to do.)

The problem is that it doesn't install - obviously missing components. Now,
apart from months or years of experience, how is someone to know what
components for tricky bits like this?

If I don't watch out, through trial and error I will have a full XP install
which kinda defeats the purpose.

Hints, useful books, articles and links are all welcome.
 
It might be easier to componentize the webcam application and driver, but
installing is okay.

First, Windows Installer Service component needs to be in the image.

Next, use DependencyWalker (www.dependencywalker.com) to examine the
application to find all the needed DLL support files. Use this information
to to track down the components in the database using a custom filter -
search on the file name.

Check out the books, articles, etc. at the links below...

--
Regards,

Sean Liming
www.sjjmicro.com / www.seanliming.com
Book Author - XP Embedded Advanced, XP Embedded Supplemental Toolkit
 
Thanks, Sean. Looks like what I need.

XPE is new to me, but I do try to research anything before I ask dumb
questions. I'm heading towards your book although I have to watch the
postage to New Zealand.
 
Once again, thanks. Perseverance is always friendlier if you can be nudged
in the right direction.
 
I am in much the same boat at Richard M. I need to install Outlook Express
and Java runtime. I have some problems with each. Other than installing
XPpro, is there an easier solution?
 
For XP Embedded, there is an Outlook Express component. Java runtime has to
be installed post-FBA. There are some who have tried to make a Java
component - www.xpefiles.com, but there have been mixed results.

--
Regards,

Sean Liming
www.sjjmicro.com / www.seanliming.com
Book Author - XP Embedded Advanced, XP Embedded Supplemental Toolkit
 
Back
Top