Get installed applications in a system

后端 未结 14 1026
遥遥无期
遥遥无期 2020-11-22 08:28

How to get the applications installed in the system using c# code?

14条回答
  •  忘了有多久
    2020-11-22 09:09

    Use Windows Installer API!

    It allows to make reliable enumeration of all programs. Registry is not reliable, but WMI is heavyweight.

提交回复
热议问题