PowerShell Scripts to help manage Clockwork
We need a setup script for Clockwork web applications. The solution will contain: powershell cmdlets driven by an xml file with some basic variables in it, such as the Clockwork version number. The user modifies the settings in the xml file. Running the script will then update the web.config file of the target website with the user's root application path, and will update the various assembly version numbers with the Clockwork version number.
I've created a Visual Studio 2008 solution called "ClockworkScripts". It contains a project for Installation cmdlets and a Cmdlet to update the Web.config file. There is also an xml file for the user to specify the settings that will be used to update the Web.config file. These map 1 to 1 with what's in the connection strings and ClockworkApplication elements in the Config file.