Requirements:
 - Active python for Windows (tested with 2.6.6)
  - http://downloads.activestate.com/ActivePython/releases/2.6.6.15/ActivePython-2.6.6.15-win32-x86.msi
 - pyopenssl for Windows (tested with 0.11)
  - http://launchpad.net/pyopenssl/main/0.11/+download/pyOpenSSL-0.11.winxp32-py2.6.msi
 - configobj module
  - http://www.voidspace.org.uk/downloads/configobj.py

Installation (automatic):
 - Start autoinstall.ps1 (you need powershell and an administrator account)
  - Go through the installation process (default values are fine)
  - You will be prompted to grant the script Administrator rights multiple times
  - "Access denied" red output is fine, it's a PowerShell issue.

Installation (manual):
 - Install python for Windows
 - Install pyopenssl for Windows
 - Copy configobj.py in the Lib directory (default: c:\Python26\Lib\)
 - Start a cmd.exe shell with Administrative rights:
  - Go in the win32 directory and run: python setup.py bdist_wininst
  - Install ltsp-agent from the installer generated in win32/dist/
  - The current configuration file assumes that python2.6 is installed in c:\python26\
    update it with the right path if it's installed somewhere else or uses
    a different python version.
  - Install the service with: python service.py install
  - Start the service with: python service.py start

Plugins:
 - Install your plugins in: c:\python26\ltsp\plugins
 - Install the plugin configuration in: c:\python26\ltsp\config\agent.d\
