Re: Can't CreateProcess from custom shell



Dave Cogley wrote:
> I am trying to Invoke another process located on my XPe image by
> calling CreateProcess. The call to CreateProcess succeeds without
> error but the process is never started. I am using Minlogon and my
> Custom shell.

I use ShellExecute without any problems.

Is it possible that a resource that the called program needs
is not available on the runtime? Try running the program from
a command prompt.

-Mike


.