How to check with C# where a program is installed

后端 未结 4 1737
一生所求
一生所求 2021-01-12 06:47

I need to check where a program is installed by program name (name that appears in Add or Remove Programs). What is the best way to that so that it\'d work fine for all lang

4条回答
  •  猫巷女王i
    2021-01-12 07:23

    Have a look at these links

    Using Windows Installer to Inventory Products and Patches

    and

    MsiGetProductInfoEx Function

提交回复
热议问题