My next step in refining our build process is incorporating the database upgrade script into our msi distribution. I've got the code that selects 1..n servers/databases and performs the upgrade. Next, I need to create a build function that encrypts and compiles the script into a resource file for the custom installer script to reference. I like the fact that the encryption library performs some compression for the sake of security, but I'm curious how the rates compare to commercial zip packages.