Tagged Questions
9
votes
2answers
6k views
In WiX how do I test for the existence of a registry key (not value) for Oracle ODP.Net
More specifically I want to test whether Oracle ODP.Net is installed on a machine. I want to do this by testing for the HKLM\SOFTWARE\ORACLE\ODP.NET registry key.
The actual values used by ODP.Net ...