【发布时间】:2014-01-02 19:06:27
【问题描述】:
该程序使用注册表项中的已安装程序填充列表。它读取两个位置。
SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall
问题是,我得到的列表比我在程序和功能中看到的要长得多,有什么规则可以过滤哪些程序应该显示或不显示?
【问题讨论】:
-
不要查询注册表,这不是支持的方案。而是使用 Windows 安装程序:Using Windows Installer to Inventory Products and Patches。