I need to check whether an any version of some product is already installed.
<RegistrySearch Id="MyId"
Root="HKLM"
Key="SOFTWARE\Company\{ANY FOLDER}"
Name="MY_KEY_NAME"
Type="file" />
Is it possible to use RegistrySearch for searching in all subdirectories?