Automatic deployment of Windows Service - tools [closed] Automatic deployment of Windows Service - tools [closed] windows windows

Automatic deployment of Windows Service - tools [closed]


You can try Jenkins (http://jenkins-ci.org/)

This tool provides a nice UI to configure automatic build and deploy any project. Also it have rich set of plugins available on internet.


You could add kwatee to your list. It's lightweight with a web interface for configuration and CLI tools to automate the deployment process. You can handle your target-specific parameter with built-in deployment variables but there might also be a way for you to do your own parsing of CSV files and inject them. Note that you must enable either ssh or telnet/ftp on your target computers.