I made a console application to retrieve the "DisplayName
" values of all the registryKeys (RegistryKey.GetValue("DisplayName")
of applications installed on my machine.
I took that method, which was successful, and have implemented it in a program using the Autodesk Revit API. The problem is, the specific application's DisplayName
that I am looking for does not show up, or it is a blank string. This did not happen before in my simple console application. I need this because I need to be able to grab the installation path.
Does anyone have an answer as to why the same method does not display the "DisplayName
" value consistently in both my console application and in Autodesk Revit
? Many DisplayName
values do show up, but some apparently do not.