I need to develop a process that will detect if the users computer has certain programs installed and if so, what version. I believe I will need a list with the registry loc
Seems like looking for something specific to the installed program would work better, but HKCU\Software and HKLM\Software are the spots to look.