I've got Teamcity running build, which has artifact output of *.msi installer, I need to mark successfull and failed tests builds, something like
<filename>_<build_status>.msi
I've set TC to build installer even if some tests are failed, in order to send it our tester. So the thing is to recieve build status from TeamCity environment, without using REST.