Kevin,
When you deal with "Add/Remove Programs" functionality on XP/XPe you should add "Windows Installer Service" component and resolve
its all dependencies.
This will bring all the components from your list except the Installation Group Policy which may not be required.
--
Regards,
KM
> In case anyone is interested, this is how I solved the problem.
>
> I ran filemon on the Embedded PC and found that appwiz.cpl cannot find
> MSI.dll. Next I ran Dependency Walker on the development PC to find
> several missing dll in my built image. I always resolve all
> dependencies but somehow the follow necessary components are missing:
>
> Primitive: MSI
> Visual C++ Runtime Libraries (Side X Side)
> Software Installation Group Policy MMC Snap In
>
> It added additional 30 MB to my already 150MB footprint. I am sure I
> can eliminate one or more of them and can still fix the problem, but it
> just takes too damn long to test it! I will update this if I have time
> to test it later.
>
> I thank everyone for making this newsgroup a great resource. Lets all
> try to follow up to benefit others!
|