If you aren't including any data with your database, you can include a create database script, using the Generate and Publish Scripts Wizard, that you can run at first startup of your app. Have the user select the SQL Server that will house the data, once they do your app can execute the queries to create the database, tables, indexes, and any stored procedures.