开发者

Recommendation for Automated Deployment tools for Windows Environment? [closed]

开发者 https://www.devze.com 2023-03-25 03:14 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.

Closed 9 years ago.

Improve this question

As a .NET programmer, I create Windows Services and Web Applications.

These are deployed on a staging environment and then, after regression tests are successful, they are deployed on a production environment.

Although it looks more like an IT related question, I think that when a version changes, for instance, it's only the programmer who actually knows the impact of the new version, and which service should be taken offline in order to change its DLLs, then taking it online again (just an example).

So I think that it's the programmer's job to create some kind开发者_如何转开发 of an automated script (or something) to be executed on each target machine.

Do you happen to know such a framework for Windows Server 2003/2008 machines?

My requirements for such framework are:

  • Human readable script (or anything else which is textual, such as XML)
  • Can detect a service by its name and start/stop it
  • Can detect a web application installed on IIS and start/stop it
  • Copy/Create/Move/Delete/Compress/Decompress files and folders
  • Can send emails

Do you happen to know such a framework for Windows Server 2003/2008 machines?

Thanks in advance!


For the record, I found that a PowerShell script can be helpful to my needs.


I think it's a good practice to use native tool on each platform.

In Windows it's a Windows Installer, and based on it - Wix and InstallShield. We use Wix in our company for many projects, and deployment of both client and server components.

It's XML based (as you asked) and quite simple to start using immediately.

Some concepts are tricky to understand, but then you get tons of information in Internet, and once you've done something, you'll never forget.

0

精彩评论

暂无评论...
验证码 换一张
取 消