Cool 8)
Only had to change
public static readonly string NUnitLocation = Path.Combine(Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ProgramFiles), "NUnit"), "bin");
To point to the right place and it run.
This because at my machine the path is:
Program FilesNUnit <NunitVersion>in
Thanks Travis.