This project is basicaly a Windows service monitoring
ambient temperature from a Yocto-Temperature device and
sending alert mails when temperature raise above a
specific threshold.

Before trying anything, make sure you have the
Microsoft .net framework 4 installed.

There two are components:
1- The Windows service ThermalControlSvc.exe: just install it 
with the following command line

   ThermalControlSvc.exe / INSTALL
   
If you want to debug the service, especially when you are in
Visual Studio, start it with the  /RUN command line (make sure
you don't have the service version running as well). 
  
2- The configuration application: ThermalControlCfg.exe

Both application are written in C# with Microsoft C# 2010 Express.

More info on: 
http://www.yoctopuce.com/EN/article/temperature-warnings-under-windows

Have fun
Yoctopuce.
 