2

I've used thoughtbot's laptop setup script to setup my mac for ruby develpment in the past.

Is there anything similar out there for windows/c# development? Something that sets up IIS, installs visual studio, etc. would be great.

Evan
  • 131
  • 3
  • Not strictly an answer, but I think that most people who do this often enough to bother writing a script simply deploy a Windows image that has everything already pre-installed. – Mark Henderson May 11 '12 at 03:36

1 Answers1

2

I believe that this is the closest to what you are looking for http://www.microsoft.com/web/downloads/platform.aspx

  • 1
    It is worth noting that v4 of WebPI also supports an offline mode where you can sync the required download files to a network share and then use that as a source to script an install to many computers if needed: http://learn.iis.net/page.aspx/1072/web-platform-installer-v4-command-line-webpicmdexe-preview-release/ – Goyuix May 11 '12 at 02:42