Using SQLDMO from installer, list SQL servers on network
I've looked at example where people have called into COM DLL's , but to be honest I'm not exactly sure of the syntax to do what I'm trying. During the install of my software, I would like to require the user to select which SQL Server on the network the software will use. I can query these servers on the network with the COM SQLDMO library, also there is another way to do it with the API call NetServerEnum (
http://msdn.microsoft.com/library/de...serverenum.asp )

Has anyone tried this to any success?