iCollect.it Ltd
iCollect.it Ltd

Reputation: 93601

Installing Silverlight 4 Toolkit without Visual studio 2010 (for build server)

I have just been informed that the Silverlight 4 Toolkit (latest download) requires the prior installation of VS 2010.

We are setting up an automated build server for a very large Silverlight Prism project and would prefer not to do a full install of VS 2010 on an unmanned build machine.

Thanks in advance for any information.

Upvotes: 4

Views: 2414

Answers (2)

Neil
Neil

Reputation: 2727

The problem with this is that it doesn't install the msbuild tasks. I have found that it is possible to install just the SDK by extracting it from the tools download. For details see here: http://neilsleightholm.blogspot.com/2010/09/building-silverlight-4-applications.html.

Upvotes: 2

AnthonyWJones
AnthonyWJones

Reputation: 189495

Don't install the Toolkit at all. In these large controlled scenarios you would probably want to copy the toolkit dlls to folder owned by your change control system anyway.

Ultimately the toolkit is just a set of dlls. On install it does other things to make using it as a developer convenient in VS and Blend but it has no special requirements at build time.

Upvotes: 1

Related Questions