New MDAC patch

  • Thread starter Thread starter basin
  • Start date Start date
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!
 
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
 
Back
Top