cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Mayank23
Level 4

Getting version information using system search.

Hi i need to check the version of the MSMQ installed on my target machine
For this I have added a custom system search for searching a registry key

The key value to which I get as far is :

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSMQ\Parameters
I am able to detect MSMQ successfully 🙂

But I need to get the version of MSMQ too!

Inside these parameters one of the parameters is CurrentBuild

I need to get the value data stored in this parameter.Can anyone tell me how to do that ? :confused:
Labels (1)
0 Kudos
(1) Reply
pbsdis
Level 6

Sounds like you are trying to solve a similar problem as I did before.

One way to do it is to set a public property and assign value to it by using AppSearch and RegLocator tables.


HTH,
PB
0 Kudos