I would like to search the registry for a prerequisite installation of any version such as 4.x. Currently there seems no way to do this.
In my case I'm looking for
HKLM\Software\JetBrains\v4.5\vs09\installdir "OR"
HKLM\Software\JetBrains\v4.0\vs09\installdir
but I don't see how to "OR" that search.
We have an enterprise license, so we have all the Advanced Installer capabilities to select from but don't know how to solve this one.
I have read the following posting from 2006 but would prefer not to have to code a registry traversal in C.
http://www.advancedinstaller.com/forums ... card#p4765