-
I am not able to get the registry key for the dotnet core runtime. i am using below code in wxs file: <util:RegistrySearch Root="HKLM" |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
You're doing a 32-bit search ( |
Beta Was this translation helpful? Give feedback.
-
@rseanhall after two years has this functionality been added? |
Beta Was this translation helpful? Give feedback.
You're doing a 32-bit search (
Win64="no"
) soWOW6432Node
will not be part of the path. RemoveWOW6432Node
or make your search 64-bit.