如何检查是否安装了PIA 2007?

发布于 2024-12-12 06:45:16 字数 38 浏览 0 评论 0原文

如何检查使用 wix 安装程序安装的 PIA 2007 状况?

How to check for PIA 2007 installed using wix installer condition?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

起风了 2024-12-19 06:45:17

推荐的方法是检查系统注册表或磁盘上的某些文件。据我所知,PIA 2007 安装了很多东西,并大量填充了注册表。因此,如果您需要存在特定组件,请检查其在注册表中的值或其在磁盘上的文件。

我建议下载 PIA 2007,提取 MSI 文件并打开与 Orca 一起使用。然后检查注册表以了解写入的内容和位置,或检查文件/目录表以找出感兴趣的文件的安装位置。

The recommended approach is to check system registry or certain file on disk. As far as I can see, PIA 2007 installs lots of stuff, and populates the registry heavily. So, if you need a particular component to be present, check for its value in registry or its files on disk.

I would recommend downloading PIA 2007, extract the MSI file and open it with Orca. Then examine the Registry table to know what gets written and where, or the File/Directory tables, to find out where the interesting files are installed.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文