Steve Hebert's Development Blog

.Steve's .Blog

<December 2008>
SuMoTuWeThFrSa
30123456
78910111213
14151617181920
21222324252627
28293031123
45678910


Navigation

Blogs I Follow

Favorite Tools

Development Articles

Subscriptions

Post Categories

Article Categories



Monday, November 15, 2004 - Posts

Integrating database upgrades into project distribution

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.

posted Monday, November 15, 2004 2:11 PM by sdhebert




Powered by Dot Net Junkies, by Telligent Systems