I have a solution that needs to build Silverlight projects on a computer that doesn't have standard editing tools like VS or Expression Blend. From Expressions, I do need the font embedding and media processing capabilities of the Blend SDK. For Silverlight, I need to build for these 3 runtimes - SL3, SL4 and Windows Phone SL3. I am going to be using MSBuild and prefer the .NET 4.0 runtime on my build box.
Can anyone recommend to me what the bare minimum for this kind of build scenario would be in terms of componenets on my build box? If I don't have to install it, I really can't (has to be justified to management why something is being installed on the build box). So, for example, can I break apart the Blend SDK and only install the dlls that I need on the build box (I mean, is this legally okay?). For the SL runtimes, do I need the developer version of those or is regular runtime okay?
Thanks in advance.