Today I've found a new project started on GotDotNet that could solve
one of the task I've too often to do during deployment of applications: the
database setup.
Too many times your application needs to run a SQL Script to setup a database
when installed, but unfortunately there is no simple way to run a SQL script
from .NET. SQLScript.NET
helps you to do this task... it provides a simple class library to run SQL
Scripts. Sounds cool... 
The project is only on an Alpha stage but I hope that it will be improved
soon (maybe with a MSI Installer sample and a GUI to configure the
installation).