Is there any way to avoid installing Microsoft Visual Studio 2008 Team System Database Edition to be able to build DBPro projects on a centralized build server? -


I have a DBPro (dataaid) project for managing my application's database schema and resolving the version. I use TeamCity 4.0 for continuous integration.

Other .dbschema and .xsd dependencies have been put in place to be able to install a .dbproj, MSWeld and their respective assemblies. The easiest solution is to install VS2008 TS: Database version on the Building Server. I would love to avoid anything I do. I started putting the files in one place on some missing XSD files installed by VSTSDB.

Has anyone found an easy way to avoid installing VSTSDB? Is a community created 'redist' installer that puts the right files in the right place and the correct assemblies in GAC? The subject is very difficult for Google, so I'm hoping to tap the stack overflow knowledge base :)

I know about the deployment folder and vsdbcmd.exe but I (and deploy) Want to / P>

Cheers

Not by Gert Drappers according to this


Comments