How do i check whether IBM MQ client is installed in the client computer via vb.net winform application?
I have added amqmdnet.dll to my project and imported IBM.WMQ namespace.
However i don’t know how to check IBM MQ client installed in the target computer? (like for example, if you want to check a windows service, you can loop through all the available services, then check for that particular windows service)
Any inputs will be highly helpful?
The
dspmqvercommand will let you know what is installed.From the Microsoft KB:
There is no native MQ API to check the GAC. (Shashi, please correct me if I’ve overlooked something here. I know you are watching. 🙂 )