Kinook Software Forum

Go Back   Kinook Software Forum > Visual Build Professional > [VBP] Third Party Tools

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 03-01-2023, 11:27 AM
deramor deramor is online now
Registered User
 
Join Date: 05-11-2011
Posts: 27
TF.exe not found when only VS 2022 installed

Similar to this thread: https://www.kinook.com/Forum/showthread.php?t=3708
Except I am using v10.8 VBP.

I get the error:
Unable to auto-locate Team Foundation command-line executable; specify the full executable path + filename on the Options tab

I can specify the path but there are many steps that need to change. Is there any way I can get VBP to locate TF.exe on its own when only Visual Studio 2022 is installed? I am using VS 2022 Enterprise LTSC if that matters.
Reply With Quote
  #2  
Old 03-01-2023, 08:58 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,003
To locate Team Foundation w/ VS 2022, Visual Build

1) Attempts to load the VS binary registry file by
a) Looking for <CSIDL_LOCAL_APPDATA>\Microsoft\VisualStudio\17.0_ *\privateregistry.bin
b) Opening the file (but this will fail if VS is running due to file in use)
c) Looking in the registry file for SOFTWARE\Microsoft\VisualStudio\17.0_<key>\Config\ InstallDir
and using if found

If that fails,
2) Look in common known install locations for
a) <CSIDL_PROGRAM_FILES>\Microsoft Visual Studio\17.0\Enterprise\Common7\IDE\devenv.com
b) <CSIDL_PROGRAM_FILES>\Microsoft Visual Studio\17.0\Professional\Common7\IDE\devenv.com
c) <CSIDL_PROGRAM_FILES>\Microsoft Visual Studio\17.0\Community\Common7\IDE\devenv.com

3) if found, uses the path combined with
a) CommonExtensions\Microsoft\TeamFoundation\Team Explorer\tf.exe
or
b) tf.exe
and uses if found

You could also use the Visual Build object model to update the Exe step property for all Team Foundation actions in your project to the correct path. See attached (right-click on the Script step and Rebuild Selected).
Attached Files
File Type: bld vs.bld (1.4 KB, 144 views)
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



All times are GMT -5. The time now is 02:29 PM.


Copyright © 1999-2023 Kinook Software, Inc.