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

Detecting MSMQ and ADS


2 replies to this topic

TheWhistler

TheWhistler
  • Full Members
  • 20 posts

Posted 09 May 2003 - 20:13

Could someone please give me an idea as to how to detect if MSMQ and ADS are installed and running on the machine in question?

I would like to check for these services upon the startup of the install and abort if they do not exist.



vuttex

vuttex
  • Full Members
  • 35 posts

Posted 13 May 2003 - 15:21

If you know the service names you could use "nResult = ServiceExistsService (szServiceName);" if nResult equals TRUE then it exists.

TheWhistler

TheWhistler
  • Full Members
  • 20 posts

Posted 14 May 2003 - 19:43

Thank you very much for the response. Didn't realize before your post that these Service related functions existed! biggrin.gif