This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Getting version information using system search.
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 22, 2010
12:07 AM
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:
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:
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 22, 2010
12:03 PM
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
One way to do it is to set a public property and assign value to it by using AppSearch and RegLocator tables.
HTH,
PB
