What are you using to script deployments for complex server products?
Imagine we've got some slick new code (or maybe version 42 of slick code) and have ship it. Now, of course we have the basics in place here - databases build and upgrade themselves. We have nice "packages" (zip files) But there is a lot in between "shiny new server" and "OK, now hit the go button" - from service accts, to 3rd party software, to fonts.
We're an MS shop, by the way: IIS, ASP.NET, MSSQL. We're mostly deploying our own servers. As the product gets bigger and scales horizontally, updating a lot of servers is getting heavy.
Enlighten me as to how to do this easily and well with answer to any of the following ...
- What's your favorite solution(s) to server deployment?
- How often do you fall back to manual steps (add this x to IIS)?
- Does anyone really use the Website Setup projects in Visual Studio?
- Is it cheaper to buy an intern than script it?
- If you script it, what are you using - and did you like it? (Someone here just made a compelling installer out of MSBUILD. After .NET - installs, it's always there.)
- Have you learned to love WMI? How?
- Have you achieved deployment transcendance. A mere glance at the shiny new server deploys the code and all its dependencies? How?