I want to determine if a registry key exists in Wix. I cannot make any assumptions about the names of values in this key, but at least one exists. The default value is not set. Is it possible to check if a key exists (and, if desired, if it has any values) without using custom actions?
source
share