Thanks for your replies.
What I meant is that I need to find a way to kow which one is installed (MSDE or SQL Server). I already know there's one. I just need to know which one they have.
I cannot really check if they have SQLServr.EXE since both MSDE and SQL Server has this.
I read about using SQLboot.DLL to determine the package type. However, from discussions I have found, it seems that said DLL is causing problems and might not even be present or has been deleted.
SELECT @@Version returns me the version as well as service packs installed. Do you know if the text it returns is always in English?
As side note, I'll be doing this inside
VB and will be great if I can determine what the computer (either in local, LAN or thru InterNet) has.
Again, thanks for your time and replies.