Quote Originally Posted by linder View Post
Kevin,



We have an internal library to check the status of ports (e.g. established, listening, etc.). But I am not sure if this is what you are looking for.

Friedrich
That would probably be all I need. The software runs on a WAMP stack, so during install I's like to check that port 80 and 3306 are not in use, and if they are then just display a dialog and let the user know what they will experience problems running the system if the ports are already in use. If they are available during the port check then the install continues without any warning dialog.