Hi Folks
Forgive me if I'm asking this in the wrong place.
I've just completed development on a VB.NET 2008 application that uses a SQL Server 2008 r2 (might be express, not sure) database. So I'm looking to create an MSI Install file for my project. What do I need to include in the installer package to copy my database so that it can be used by my clients? This will be a stand-alone installation so no communication over the web to a remote server.
I'm concerned because I started looking for a Prerequisite install package to include in the install file, but there only seems to be one for SQL Server 2005. After a couple of hours of searching there doesn't seem to be one available from Microsoft which I find alarming. I've spent months learning to use Sequel Server 2008, changing all my queries to stored procedures, and the prospect that I might not be able to automatically set up my database with the program for my clients is making my blood run cold.
What options do I have?
Forgive me if I'm asking this in the wrong place.
I've just completed development on a VB.NET 2008 application that uses a SQL Server 2008 r2 (might be express, not sure) database. So I'm looking to create an MSI Install file for my project. What do I need to include in the installer package to copy my database so that it can be used by my clients? This will be a stand-alone installation so no communication over the web to a remote server.
I'm concerned because I started looking for a Prerequisite install package to include in the install file, but there only seems to be one for SQL Server 2005. After a couple of hours of searching there doesn't seem to be one available from Microsoft which I find alarming. I've spent months learning to use Sequel Server 2008, changing all my queries to stored procedures, and the prospect that I might not be able to automatically set up my database with the program for my clients is making my blood run cold.
What options do I have?