msinfo32

  • Thread starter Thread starter Eric
  • Start date Start date
E

Eric

How do I get meinfo32 to run on xpe? I need to be able
to see if a sys file is loaded and running. Using xp the
only way I know is to run msinfo32. When I add the
C:\Program Files\Common Files\Microsoft Shared\MSInfo
directory and register the com objects It still does not
work. What should I do?

Eric
 
I have run depends and the 6 core dll files are included
in my runtime image. What about any com objects that
msinfo32 loads during runtime. Has anyone gotton
msinfo32 to work under xpe?
 
It is way too more than just 6 dlls.
Use Dependency Walker Profiling feature to see other Dlls that are loaded dynamically.

For instance, you would need WinSock, IPHelper, UrlMon, RAS API, Crypto API, and etc. components. (most of them we be brought if you
include "Windows Installer Service" component).
Also, you will need "Help and Support Services", "Windows Side By Side Installation/Repair Support", "Common Control Libraries
Version 6", "Primitive: Msimg32" and "Dos Windows on Windows Support" components in your Configuration.
 
I have the same (or a similar) problem on XP embedded: I icluded all
components that KM recommended, but MSINFO32.EXE itself is still missing in
the target. Does anyone know which component contains MSINFO32.EXE?

Thanks and best regards
Bruno Reich
 
Hi Bruno,

You have filters in TD that allow you to find components that contain certain files.
Unfortunately this file is not componentized, so you will have to do it yourself.

Best regards,
Slobodan
 
It is included in the repository, but there is no component for it. You can
create your own to include it from the standard repository set.

--Gordon Smith (eMVP)
 
Back
Top