diff --git a/rbtools/clients/tfs.py b/rbtools/clients/tfs.py
index 158b58a3562d54e604b25ce2f48ee71e6620fa77..88ddff8efd8af9967d83c9794b2590b5638f582d 100644
--- a/rbtools/clients/tfs.py
+++ b/rbtools/clients/tfs.py
@@ -35,7 +35,9 @@ class TFSClient(SCMClient):
             # two standard install locations.
             tf_locations = [
                 'tf.cmd',
+                'tf.exe',
                 r'%programfiles(x86)%\Microsoft Visual Studio 12.0\Common7\IDE\tf.cmd',
+                r'%programfiles(x86)%\Microsoft Visual Studio 12.0\Common7\IDE\tf.exe',
                 r'%programfiles%\Microsoft Team Foundation Server 12.0\Tools\tf.cmd',
             ]
 
