Topic: Installing a Windows Service
WINDOW SERVICES
NOTE: Always close "Services" window after stopping a service,
If not you will get hang ups and have to reboot the machine
1. Go to Admin Tools\Services and stop the service if it is running
1. Uninstall a Service at the cmd promt
installutil -u "path to exe"
2. Push all the files to a location on the machine/server that you want to add to Window Services
All Files(exe, dll's, config)
3. If you get an error like "Execute Permissions cannot be acquired", this means that the location,
or machine is not trusted for .Net type applications. Go to Admin Tools\Wizards and make trusted
4. Install the service from the ".NET" cmd prompt
installutil "path to exe"
5. Put in UserID and Password, if required
6. Go to Admin Tools\Service and start the service, set properties as well