Thursday, March 22, 2012

Check if SQLXML 3.0 is installed

Hi all,
How can I check if SQLXML 3.0 is installed on a particular machine?
Thank you.What do you want to do exactly? Do you want to check it visually or
programmatically?
Visually, you can look at Add Remove programs section. Programmatically,
simply check registry. There is a SqlXml folder in classes root. In SqlXml
folder, there is a "CurVer" key that will give you the version of SqlXml
installed on the system.
Bertan ARI
This posting is provided "AS IS" with no warranties, and confers no rights.
"Aram" <Aram@.discussions.microsoft.com> wrote in message
news:4EE8AEC5-DBED-4905-B448-82258B1796A3@.microsoft.com...
> Hi all,
> How can I check if SQLXML 3.0 is installed on a particular machine?
> Thank you.|||I'll programmatically check the registry then.
Thank you.
Aram
"Bertan ARI [MSFT]" wrote:

> What do you want to do exactly? Do you want to check it visually or
> programmatically?
> Visually, you can look at Add Remove programs section. Programmatically,
> simply check registry. There is a SqlXml folder in classes root. In SqlXml
> folder, there is a "CurVer" key that will give you the version of SqlXml
> installed on the system.
> --
> Bertan ARI
> This posting is provided "AS IS" with no warranties, and confers no rights
.
>
> "Aram" <Aram@.discussions.microsoft.com> wrote in message
> news:4EE8AEC5-DBED-4905-B448-82258B1796A3@.microsoft.com...
>
>sql

No comments:

Post a Comment