Detecting installed programs via registry

前端 未结 9 1702
清酒与你
清酒与你 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条回答
  •  -上瘾入骨i
    2020-12-01 02:28

    In addition to all the registry keys mentioned above, you may also have to look at HKEY_CURRENT_USER\Software\Microsoft\Installer\Products for programs installed just for the current user.

提交回复
热议问题