Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

LaunchAppEx problem from CreateprocessA


1 reply to this topic

pwhorisk

pwhorisk
  • Members
  • 1 posts

Posted 20 March 2002 - 18:04

I am getting a failure on one machine when I run LaunchAppEx.  CreateProcessA is returning a failure.  Is there any documentation I can get on CreateProcessA?  This failure occurs on one particular machine and only if the user chooses the default installation directory.  The path names are of reasonable length.  Permissions on the directories involved seem to be ok as I can run the same command lime manually.  Does anybody have a clue about what may break CreateProcessA()?  Thanks for any info.

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 20 March 2002 - 22:47

CreateProcessA is the ANSI version of the CreateProcess Windows API. It is documented in MSDN. Please let me know what you find out.