Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在使用以下查询来获取已安装产品的列表:
ManagementObjectSearcher searcher = new ManagementObjectSearcher("SELECT * FROM Win32_Product");
从中,我可以得到InstallLocation产品,但我希望能够(至少)更深一层。它不一定是可执行文件的完整路径——它实际上只需要更深一个目录。不过,整个路径显然也会起作用。
InstallLocation
我不认为这是可能的。产品存在多个可执行文件,因此这样的功能充其量是模棱两可的。
如果您正在搜索自己产品的安装,也许您可以: