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

Find if a process is running


1 reply to this topic

thompsonson

thompsonson
  • Full Members
  • 12 posts

Posted 29 April 2004 - 16:36

Any ideas as to finding if a process is running?
FindWindow is not working, I believe it won't work as the process is just a dos program...
Thanks,
Matt




luke_s

luke_s
  • Full Members
  • 532 posts

Posted 30 April 2004 - 09:52

Does the process run as a service? Maybe you can check the service status?

What process are you trying to check?

There is a way inside the Windows API to find running process's you will just have to look up the correct function.

Im pretty sure there is not any code included in Install Script that will do this.