This little dll makes it easy to :
- host a WCF server in a win-service,
- handle faulted exceptin to restart your WCF server in case of failure and restart it,
- Create an installer for that service,
- Access the WCF server directly, in case of Singleton pattern, for WF hosting.
- Debug this service without having to reinstall it each compile time (just like in command line host).