Installing apps after FBA / Finding necessary components
  Home FAQ Contact Sign in
microsoft.public.windowsxp.embedded only
 
Advanced search
POPULAR GROUPS

more...

microsoft ... embedded Profile…
 Up
Installing apps after FBA / Finding necessary components         


Author: Richard M
Date: Feb 18, 2008 12:35

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.
6 Comments
Re: Installing apps after FBA / Finding necessary components         


Author: Sean Liming (MVP)
Date: Feb 18, 2008 16:17

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
Show full article (1.26Kb)
no comments
Re: Installing apps after FBA / Finding necessary components         


Author: Richard M
Date: Feb 18, 2008 18:30

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.

"Sean Liming (MVP)" wrote:
>
> 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...
Show full article (1.58Kb)
no comments
Re: Installing apps after FBA / Finding necessary components         


Author: KM
Date: Feb 19, 2008 16:12

Richard,

Exploring apps and drivers dependencies is always an art in XPe. See what tools are useful in this process:
http://km-dev.blogspot.com/2007/03/xpe-tip-1-with-xpe-development-you.html
http://km-dev.blogspot.com/2007/03/xpe-tip-2-let-me-continue-about.html

If the image footprint is not a concern of yours and you want to avoid figuring out missing components, you can try to use
XPProEmulation image approach: http://km-dev.blogspot.com/2007/03/xpe-tip-3-xpproemulation.html.

--
=========
Regards,
KM
> 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...
Show full article (2.15Kb)
no comments
Re: Installing apps after FBA / Finding necessary components         


Author: Richard M
Date: Feb 19, 2008 16:45

Once again, thanks. Perseverance is always friendlier if you can be nudged
in the right direction.

"KM" wrote:
> Richard,
>
> Exploring apps and drivers dependencies is always an art in XPe. See what tools are useful in this process:
> http://km-dev.blogspot.com/2007/03/xpe-tip-1-with-xpe-development-you.html...
Show full article (2.39Kb)
no comments
Re: Installing apps after FBA / Finding necessary components         


Author: JB
Date: Feb 20, 2008 16:35

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?

"Sean Liming (MVP)" wrote:
>
> 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...
Show full article (1.55Kb)
no comments
Re: Installing apps after FBA / Finding necessary components         


Author: Sean Liming (MVP)
Date: Feb 20, 2008 17:58

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

"JB" discussions.microsoft.com> wrote in message
news:AA19C8B2-2062-46AC-AE05-090FB095EAE5@microsoft.com...
>I am in much the same boat at Richard M. I need to install Outlook Express
> and Java runtime...
Show full article (2.05Kb)
no comments