How to check that SQL Server or MSDE is installed?
1) How to check that SQL Server or MSDE is installed?
2) How to install MSDE automatically from my setup?
Thank's
Alexei
1) How to check that SQL Server or MSDE is installed?
2) How to install MSDE automatically from my setup?
Thank's
Alexei
1.] The names of all SQL Server instances on a computer can be found from the InstalledInstances value which is located under the following registry key:
2.] Go through this link:
http://www.microsoft.com/sql/msde/techinfo/reskit/deployreskit.asp
Regards,
Vikram
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnmsde/html/msdedepl.asp
This creates the setup but if I have sql server with sp4 it tells me to install old msde. I don't want to install msde where I have sql server...
How can I solev my problem in another way?