问题
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
来源:https://stackoverflow.com/questions/12527957/how-to-get-installed-software-details-from-windows-registry