Application:
========
copy the file BattleShipsApplication.exe to your BattleShips folder and run it from there - done!

Service:
======
Installation:
1. copy the file BattleShipsService.exe to your BattleShips game folder (e.g. d:\games\BattleShips)
2. use the InstallUtil tool on your system to install the service. InstallUtil.exe is an executable that ships with Microsoft's .NET runtime and is typically located in a folder like:
%SystemRoot%\Microsoft.NET\Framework\v2.0.50727
The last folder name might differ on your system depending on .NET version; if in doubt run a search in the Microsoft.NET folder and use the InstallUtil.exe in the one with the highest version number.
Go to the command line (e.g. Start > Run, type cmd, hit enter)
In the command line run the following command (change the paths to InstallUtil and your BattleShips game folder to match your system):
%SystemRoot%\Microsoft.NET\Framework\v2.0.50727\InstallUtil d:\games\BattleShips\BattleShipsService.exe

Use:
You can start the service by 
1. running the following command:
net start BattleShipsServerSvc
2. open the Control Panel on your PC, Administrative Tools > Services and locate the service "BattleShipsServer Service" and start it.
Here you can also set the start type to "Automatic" if you want the service to start together with Windows, with no need to login to your machine.

Tips:
- When a service fails to start due to errors, it doesn't tell you anything about them. So to be sure you have all required files, there is no conflicts with already used TCP ports, etc. run BattleShipsApplication.exe first. If this works without errors then the service will also work.
