test if devart for oracle is installed

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
uniqueumang
Posts: 1
Joined: Sat 21 Jul 2012 08:10

test if devart for oracle is installed

Post by uniqueumang » Sat 21 Jul 2012 08:23

Hi,
I am just writing a powershell script which should detect if devart is installed and if not then install it.

How do I find if it is installed? I checked registry and program files but both have something remaining even after devart is uninstalled

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: test if devart for oracle is installed

Post by Shalex » Tue 24 Jul 2012 08:29

uniqueumang wrote:How do I find if it is installed?
Check if the HKEY_LOCAL_MACHINE\SOFTWARE\Devart\Installed Products\dotConnect\Net2\Oracle key exists in your registry.

Post Reply