Author |
Message
|
cpeele |
Posted: Tue Oct 09, 2007 6:43 am Post subject: Registry Key Question |
|
|
Acolyte
Joined: 04 Apr 2007 Posts: 53
|
Hello,
For our install process, we need to check the registry and see if there is already an WMQ client install there.
Does the client install create a registry key and if it does what is the Key name/value that we should be checking for?
Thanks for any help you could provide.
Chris |
|
Back to top |
|
 |
Vitor |
Posted: Tue Oct 09, 2007 6:49 am Post subject: Re: Registry Key Question |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
cpeele wrote: |
For our install process, we need to check the registry and see if there is already an WMQ client install there.
|
Why?  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
cpeele |
Posted: Tue Oct 09, 2007 6:52 am Post subject: |
|
|
Acolyte
Joined: 04 Apr 2007 Posts: 53
|
Hello and thanks for replying.
Why? Because we are writing a custom installer for our software that happens to require the IBM client to be installed. We don't want to try to install the IBM client if it already exists because it throws an error it does.
So, our installer needs to be able to check the registry to determine if the client is already installed.
Hope this helps clear things up.
Thanks again,
Chris |
|
Back to top |
|
 |
Vitor |
Posted: Tue Oct 09, 2007 7:40 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
cpeele wrote: |
We don't want to try to install the IBM client if it already exists because it throws an error it does.
|
Bizarre. Never seen that before. Just goes to show my sig is still valid.
Where I've done scripted installs I've just blatted it out onto a group of target machines.
AFAIK the folder HKEY_LOCAL_MACHINE\SOFTWARE\IBM\MQSeries\CurrentVersion\Components has a key LocalClients\WindowsNTClient which is "Installed" if the client is present. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Oct 09, 2007 7:43 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Maybe you were doing silent installs and cpeele isn't. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Vitor |
Posted: Tue Oct 09, 2007 7:48 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
jefflowrey wrote: |
Maybe you were doing silent installs and cpeele isn't. |
Good point.....  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
cpeele |
Posted: Tue Oct 09, 2007 9:52 am Post subject: |
|
|
Acolyte
Joined: 04 Apr 2007 Posts: 53
|
Guys, thanks for you help! It's very much appreciated!
Take care,
Chris |
|
Back to top |
|
 |
|