Hi Folks
OK I've changed my SQL Server 2008 Express database to a SQL Server 2005 Express database to hopefully make it easier to re-distribute as a part of an install package for my program. I've been studying this over the last few days and I have read that I should use a "Bootstrap" program to call the SQLEXPR.EXE program that installs SQL Server 2005 Express from my install package and not to bundle it in with it, OK. I'll sork on that, but I also have read that it's possible to use a config file to direct the install to do certain things, like check for an already existing installation od SQL Server 2005 EXPRESS, create an Named instance that won't interfere with an already installed version on SQL Server 2005 Express if there already is one, and to run a script that will install all the tables, data and stored procedures needed by the program.
Please, can anyone give me a push in the right direction on this? I have been looking bot have no idea where to start with this. Thank you.
Craig
OK I've changed my SQL Server 2008 Express database to a SQL Server 2005 Express database to hopefully make it easier to re-distribute as a part of an install package for my program. I've been studying this over the last few days and I have read that I should use a "Bootstrap" program to call the SQLEXPR.EXE program that installs SQL Server 2005 Express from my install package and not to bundle it in with it, OK. I'll sork on that, but I also have read that it's possible to use a config file to direct the install to do certain things, like check for an already existing installation od SQL Server 2005 EXPRESS, create an Named instance that won't interfere with an already installed version on SQL Server 2005 Express if there already is one, and to run a script that will install all the tables, data and stored procedures needed by the program.
Please, can anyone give me a push in the right direction on this? I have been looking bot have no idea where to start with this. Thank you.
Craig