Getting error "Unable to determine the installation folder of TestComplete"
Getting error " C:\TCLog\TCBuild.MSBuild(13,1): error : Unable to determine the installation folder of TestComplete (TestExecute)." when trying to execute the MSBuild project file. MSBuild code: <!-- File: MSBUILD.proj --> <!-- Root element of the MSBuild project --> <Project defaulttargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <!-- Declares the task type, ExecuteSolution, that will be used to run TestComplete projects (TC12 is a namespace). --> <UsingTask TaskName="TC12.ExecuteSolution" AssemblyName= "MSBuildTC12Task, Version=1.1.0.0, Culture=neutral, PublicKeyToken=e33f56e68d0f845e"/> <!-- Target --> <Target Name="Build"> <!-- Executes the task. Note that the tag name, ExecuteSolution, coincides with the registered task name. --> <ExecuteSolution SolutionFile="C:\Users\rkusuma\Documents\TestComplete 12 Projects\TestProject1027\TestProject1027.pjs" StopIfFail="true" AdditionalOptions="/project:TestProject1027" GUIInteractive="true" LogFile="C:\Users\rkusuma\Documents\TestComplete 12 Projects\TestProject1027\MyResults.mht" /> </Target> </Project>Solved2.4KViews0likes5Comments