QUOTE (Bazaroff @ Apr 11 2012, 07:22 PM)

I used the same distribution disk to install XP, and to create a PE. It's true.
Good

, that first line seems like the "full XP" is SP2 and the PE is built upon "Gold" (without Service Packs) source.
It is possible that it is a problem of depends.exe not parsing the info correctly.

QUOTE (Bazaroff @ Apr 11 2012, 07:22 PM)

To create a PE should I use C: \ WINDOWS?
NO, it's OK

, you have two choices:
\I386\ on CD
\minint\ on Hd-like
(or you can use \I386\ on Hd-like as well, see here:):
http://www.911cd.net/forums//index.php?showtopic=17504QUOTE (Bazaroff @ Apr 11 2012, 07:22 PM)

I understand you correctly?
Yes.

The two traces "fork" rather early:
XP:
Entrypoint reached. All implicit modules have been loaded.
DllMain(0x77F10000, DLL_PROCESS_ATTACH, 0x0012FD30) in "GDI32.DLL" called.
DllMain(0x77F10000, DLL_PROCESS_ATTACH, 0x0012FD30) in "GDI32.DLL" returned 1 (0x1).
DllMain(0x77D30000, DLL_PROCESS_ATTACH, 0x0012FD30) in "USER32.DLL" called.
DllMain(0x77D30000, DLL_PROCESS_ATTACH, 0x0012FD30) in "USER32.DLL" returned 1 (0x1).PE:
Entrypoint reached. All implicit modules have been loaded.
DllMain(0x77F10000, DLL_PROCESS_ATTACH, 0x0012FD30) in "GDI32.DLL" called.
DllMain(0x77F10000, DLL_PROCESS_ATTACH, 0x0012FD30) in "GDI32.DLL" returned 1 (0x1).
DllMain(0x77D30000, DLL_PROCESS_ATTACH, 0x0012FD30) in "USER32.DLL" called.
LoadLibraryW("LPK.DLL") called from "GDI32.DLL" at address 0x77F3C5C8.NO ideas right now

(if not to try tracing with regmon if at that point a particular Registry key is accessed by USER32.DLL or by GDI32.DLL)


jaclaz