Errors using FBCmd task in team build

Hello, I'm testing our builds using team build 2010.  I'm testing using a build definition created with TF 2008; it uses the FBCmd task to run portions of the build and this is failing with the following error:

 

FinalBuilder is indeed installed, the client runs successfully.

The machine this is running on is a 64-bit machine with Windows Server 2008 R2 Standard.  The version of FinalBuilder is 6.3.0.2026.

So... what's going on ?

 

C:\Build\552\Student\19\BuildType\TFSBuild.proj (238): The "FBCmd" task failed unexpectedly. FinalBuilder.FinalBuilderTaskException: The FinalBuilder 6 installation path was not found in the registry under SOFTWARE\VSoft\FinalBuilder\6.0. Verify that FinalBuilder is installed and that the correct version is specified in the MSBuild Project. at FinalBuilder.Constants.GetFBPath(Int32 version) at FinalBuilder.FBCmd.GetFBPath() at FinalBuilder.FBCmd.ConfigureFBProcess(Process fbprocess) at FinalBuilder.FBCmd.Execute() at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute() at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask(ITaskExecutionHost taskExecutionHost, TaskLoggingContext taskLoggingContext, TaskHost taskHost, ItemBucket bucket, TaskExecutionMode howToExecuteTask, Boolean& taskResult)

Hi Melissa,
I’ve changed the code that checks the registry to be more 64bit-friendly - can you please try the latest build (below) and let me know if it resolves your issues?

https://www.finalbuilder.com/downloads/finalbuilder/630/FB630_2171.exe

Cheers,

Ben

Hi Ben, it works!  Thank you so much for the quick fix! 

Melissa