Hello Folks
Can any one give me an advice how to check on users machine WSE2.0 Runtime
exists? It would be nice if any one suggested some Registry key.
Thanks in Advance
Keenan Newton - 11 Feb 2005 21:14 GMT
In the registry you are looking for
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products\E5DBD465765AD9D4F907472A027018A0]
"ProductName"="Microsoft WSE 2.0 SP2"
I think the easiest way is just to do a search on Microsoft WSE 2.0
SP2. If you don't have this version. I suggest removing any older
versions of WSE 2.0 and installing WSE 2.0 Service Pack 2
venkat - 15 Feb 2005 14:51 GMT
Thanks a lot. Right now i just implemented in my installer to either check
for the registry key or check for the file Microsoft.Web.Services2.dll and
its version of 2.0.4337.0
> In the registry you are looking for
> [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products\E5DBD465765AD9D4F907472A027018A0]
[quoted text clipped - 3 lines]
> SP2. If you don't have this version. I suggest removing any older
> versions of WSE 2.0 and installing WSE 2.0 Service Pack 2
Dilip Krishnan - 16 Feb 2005 05:35 GMT
Hello venkat,
Simplest way is to try and load that assembly! If its loaded in the gac
you woudnt have a problem if not voila an error!
HTH
Regards,
Dilip Krishnan
MCAD, MCSD.net
dkrishnan at geniant dot com
http://www.geniant.com
> Hello Folks
> Can any one give me an advice how to check on users machine WSE2.0
> Runtime
> exists? It would be nice if any one suggested some Registry key.
> Thanks in Advance