Question

Recently moved project to tfs preview and having trouble with software licenses installed on local dev boxes building correctly but on on tfs preview.

TFS fails the build saying it can't access registry due to those dll's that require installation. When removing the license contents from the .licx file tfs builds ok but the resulting drop and install issues a warning due to the license not being imbedded in the .exe.

Is there a way to install 3rd party licenses on tfs preview or is there another work around I am missing?

Was it helpful?

Solution

I'm going to assume you're using the hosted build controller. If so, you can't install software on those machines as they use standard base images and are reset after each build.

Any builds where you want/need custom software installed are best done using your own build server, either with an on premise machine or an IAAS VM in Azure.

For reference the software included on the hosted build servers is listed here.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top