How to get installed software details from windows

2019-08-27 15:49发布

问题:

I am developing an application for installing software from exe or msi file. After Installation I want installed software details from registry in C#, so that I can use that details for uninstallation of the software.

回答1:

Answer to similar question

You should look at uninstal registry entries:

"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" "SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall" in current user and local machine