|
Home > Archive > BizTalk Server > May 2007 > Version, servicepack and edition of biztalk server in c#?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Version, servicepack and edition of biztalk server in c#?
|
|
| d.sachs@gmx.de 2007-05-24, 7:16 pm |
| Hello,
ist there a way to get the version, servicepack and edition
( developer / enterprise ) of biztalk server in C#?
Best regards
Dominic
| |
| Saravana Kumar 2007-05-24, 7:16 pm |
| BizTalk server 2006 installation details are stored in the registry in the
following location
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bi
zTalk Server\3.0
You will be able to extract all the details you asked for, some of the keys
in the registry are
ProductName
ProductVersion
ProductEdition
InstallTime
InstallPath
there are lot of articles out there explaining how you can access registry
using C#
Example: http://www.dotnetspider.com/kb/Article2244.aspx
--
Regards,
Saravana Kumar
http://www.biztalk247.com/v1/
http://www.digitaldeposit.net/blog
[Please mark the response as "Answer" if it solves your problem.]
"d.sachs@gmx.de" wrote:
> Hello,
>
> ist there a way to get the version, servicepack and edition
> ( developer / enterprise ) of biztalk server in C#?
>
> Best regards
> Dominic
>
>
|
|
|
|
|