Using 64-bit Hydra and Visual Studio 2008

This requires the following steps:
1. Install Microsoft Visual Studio 2008
2. Install Microsoft Visual C++ Compiler with the following command(in admin console): msiexec /i <path to MSI> ALLUSERS=1
3. Replace the content of vcvarsall.bat (located in C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC) with the following:

@echo off
call "C:\Program Files (x86)\Common Files\Microsoft\Visual C++ for Python\9.0\vcvarsall.bat" %1

4. Install the Hydra x64