Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by asamoah

  1. asamoah

    Help with CreateProcess and WaitForSingleObject

    Marcel, Thanks for taking the time to help. I will try these things and see how I go. thanks again.... Em
  2. asamoah

    Help with CreateProcess and WaitForSingleObject

    Hi, No I did not write the installation program myself, but I can get access to the code from a colleague. It was created using InstallShield Professional - what part of this code should I post? I have made them aware of the problem I'm having, but they have not yet resolved anything at their...
  3. asamoah

    Help with CreateProcess and WaitForSingleObject

    Thanks for this tip. I have downloaded Process Explorer and am now running my program... yes it appears that the Installation.exe is waiting on a mutex. The name of the mutex is OLESCMLOCKMUTEX. I suppose this means that there's nothing I can do from my end to resolve this issue? I am fairly...
  4. asamoah

    Help with CreateProcess and WaitForSingleObject

    Thanks for the reply - but could you elaborate on your answer please? I'm not 100% sure, but I think my problem has something to do with the Install program and not my program because if I substitute any other .exe in the CreateProcess it works (and waits) fine... Any ideas on that?? And...
  5. asamoah

    Help with CreateProcess and WaitForSingleObject

    Hi all, In my code, I am trying to create a new process to run an installation program. This program installs and registers a number of files. I don't want to continue execution of the calling application until this new process has completed its work. So far I have been using...

Part and Inventory Search

Back
Top