[/quote][quote]I figured this would import that metadata but found that it also imported all the records. The help file mentioned that it imported the structure but did not mention that it also imported the records. Did I miss an option?
It actually does not have this ability. Why do you think that the record were imported? Only the meta-data structure is imported. At this point, the database itself will only exist in the location from which you imported since the DDT has never deployed the structure. Does that make sense? The only tool that we have that will import and deploy data are the Deployment Data packages.
How do I deploy both this sample database (with all datas records) as well as allow the end-user to create one or more databases based on the structure of the sample database?
You can package up any data you wish to include in the package file using the Deployment Data. I do not understand the second have of you sentence...what are you wanting the end-user to do?
I will be using InstallAWare to create the install script. Do I deploy the sample database to the database server via my install script and then let the user open that sample company or create a new company based on that metadata?
We use InstallAware ourselves and teh StrataFrame setup will soon be changed to support InstallAware as well. My recommendation is to create an installer class and DLL. InstallAware works very well with running .NET installer classes. Just create a .NET class library that has a reference to MicroFour StrataFrame Base.dll and MicroFour StrataFrame DBEngine.dll. Create a single installer class, and in the OnAfterInstall event your will use the DatabaseMigrator class to deploy your structure. I will try to get you a simple sample for you to look at.
Or can the end-user deploy both the sample data asnd create database via a StrataFrame dialog included in my applicaition using the DDT Deployment package?
You can use the same dialogs that you use in the DDT editor. They are made available to you so you do not have to create your own if you so choose. I will put a snippet our here on this as well when I post the other.