0
Is there any way to start a service and force a service that is already running to stop if it uses the port that the service I want to start is going to be using?
I'm going to be installing apache and mysql, and want the services to be running without having to manually stopping existing services that use port 80/3306 such as existing apache/mysql services.
I'm using NSIS to make my installer.
+1. It is better to abort and let the user know why, rather than stop existing services. If one did that to a server of mine, I'd have a French-Canadian fit. – Patrick Seymour – 2011-11-28T23:10:48.867