RajTC
8 years agoOccasional Contributor
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: ...
- 8 years ago
Hi,
Most probably, this means that your tested application requires administrative permissions or starts with permissions that are higher than those that TestComplete has when it is started by MSBuild. https://support.smartbear.com/viewarticle/78195/?FullScreen=1&ShowTree=0&aliaspath=/viewarticle might explain this better. It is from the documentation of another product by SmartBear, but I think that the reason is the same.
Also https://support.smartbear.com/testcomplete/docs/working-with/integration/with-ms-vs/index.html and https://support.smartbear.com/testcomplete/docs/working-with/automating/via-com/configuring-manifests.html might help as well...