Detecting installed programs via registry

前端 未结 9 1703
清酒与你
清酒与你 2020-12-01 01:55

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

9条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-01 02:33

    Seems like looking for something specific to the installed program would work better, but HKCU\Software and HKLM\Software are the spots to look.

提交回复
热议问题