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

how to know MSDE 2000 is installed on my system


2 replies to this topic

kishore_j_hp

kishore_j_hp
  • Members
  • 1 posts

Posted 01 December 2005 - 05:28

Hi Friends,

I want to know MSDE 2000 is installed on my machine or not through code.

if installed i want to know the instance name.

Iam using InstallShield professional 6.2.

is there any way like finding any registry key or value...

Thanx,
Kishore j

michaelTX

michaelTX
  • Members
  • 2 posts

Posted 16 August 2006 - 12:35

follow following steps
start - > run->cmd
type osql -U [username] -S [servername]\[instancename]
if this"password" appers ,that indicates ur msde have been installed successful.

Taco Bell

Taco Bell

    IS6 Expert

  • Moderators
  • 1,281 posts

Posted 16 August 2006 - 15:48

Okay Michael, but besides being an old post, that's not a method that can be applied through IS code, so it doesn't really answer the question.
user posted image