Deploying SQL2005 Express with App
-
I've developed my app using C# and SLQ Server 2005 Express. Now near it's completion, I've just realised I need to create a set-up program that not only deploys my app, but ensure SQLServer Express is also installed, set-up, configured with my database and a default user ready for my App to run straight away. Where do I start as the end users of my product will not necessarily be IT literate?
Andy
-
I've developed my app using C# and SLQ Server 2005 Express. Now near it's completion, I've just realised I need to create a set-up program that not only deploys my app, but ensure SQLServer Express is also installed, set-up, configured with my database and a default user ready for my App to run straight away. Where do I start as the end users of my product will not necessarily be IT literate?
Andy
-
use the Launch Conditions option
SINCERELY. ANTHONY ACUÑA PREFERED PHRASE: SOMEBODY TELL ME WHY IS MORE REAL WHEN I DREAM THAT I AM WAKE?
Again, assuming my users have no in-depth technical knowledge of computers, i.e. local or network installation. Although the pre-requisites alow me to select and install SQL Express, I can't seem to alter the installation process i.e. force the type of installation, instance name, auto create a user etc.. Do I need to write my own specific installation/set-up windows? If so what's the best site to learn how to alter the set-up.
Andy