fase Level: Whizz Kid Registered: 04-10-2005 Posts: 17
installation
hi,i have aproblem
i duild up a project and i have connection with sql server
i want to make an installation project which is looking on pc if sql server exist and if not install sql server and then my database.the same thing i want to do with framework
anyone knows?
____________________________
indianos
08-12-2005 at 01:29 PM
|
GeoffS Level: VB Lord Registered: 29-09-2004 Posts: 536
You can also use the same principles for installing SQLServer. Check for the existence of Registry Key "HKLM\SOFTWARE\Microsoft\Microsoft SQL Server" and run the SQLServer setup if it does not exist.
____________________________ multi-tasking - the ability to hang more than one app. at the same time.