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.- Using the pre-built dialogs seen within the DDT itself
- Creating custom dialogs using the DatabaseMigrator class
- 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.