StrataFrame Forum

Database Installer Sample

http://forum.strataframe.net/Topic4635.aspx

By Trent L. Taylor - 11/19/2006

This sample shows how to deploy a Database Deployment Toolkit package three different ways.  This includes the meta-data as well as any deployment data packages within the DDT package.
  1. Using the pre-built dialogs seen within the DDT itself
  2. Creating custom dialogs using the DatabaseMigrator class
  3. Integrating with an MSI Installer class

To implement the MSI Installer class, you will have to deploy the DLL assembly and call it through an MSI installer such as InstallAware or just the standard .NET setup projects.