New MDAC patch

B

basin

We just used Software Update Services for the first time
to install the latest MDAC Patch to all of our servers
using the affected versions. This patch does not show up
in the Add/Remove Programs window. Is there a registry key
that I can check on these servers to make sure they got
the patch??
Thanks!
 
T

Tom Brown

basin said:
We just used Software Update Services for the first time
to install the latest MDAC Patch to all of our servers
using the affected versions. This patch does not show up
in the Add/Remove Programs window. Is there a registry key
that I can check on these servers to make sure they got
the patch??
Thanks!


Try these keys
HKLM\SOFTWARE\Microsoft\DataAccess\FullInstallVer
HKLM\SOFTWARE\Microsoft\DataAccess\Version
HKLM\SOFTWARE\Microsoft\DataAccess\RollbackVersion


Here is also a WScript:

With CreateObject("MDACVer.Version")
MsgBox .String
End With
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top