Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

MS SQL Server Types


1 reply to this topic

Rayhawk

Rayhawk
  • Members
  • 15 posts

Posted 31 August 2001 - 21:20

I need to detect both what type of MS SQL is installed [Personal, Standard, Enterprise] and what version [7.x, 2000].  
It looks like I can use:  HKLM\SFT\Microsoft\MSSQLServer\MSSQLServer\CurrentVersion\"CurrentVersion"="x.xx.xxx" for the version number.
But I don't see anything for determining the Personal vs Standard vs Enterprise vs Developer types?