1

I want to find out the following things by searching the registry. I will be checking these things in an InstallShield project by querying the registry.

  1. Is ODP.NET installed on the machine?
  2. If yes, what is the version of installed ODP.NET?
  3. Is 32-bit or 64-bit ODP.NET installed?

I checked the key HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\ODP.NET to check the existence of ODP.NET, but I could not get how to find its version and whether it's 32-bit or 64-bit.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Jaqen H'ghar
  • 1,839
  • 7
  • 37
  • 66

1 Answers1

0

If it is an ODBC driver then look at the HKEY_LOCAL_MACHINE\SOFTWARE\ODBC key.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Paweł Piwowar
  • 174
  • 2
  • 8