如何检查是否安装了PIA 2007?
如何检查使用 wix 安装程序安装的 PIA 2007 状况?
How to check for PIA 2007 installed using wix installer condition?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何检查使用 wix 安装程序安装的 PIA 2007 状况?
How to check for PIA 2007 installed using wix installer condition?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
推荐的方法是检查系统注册表或磁盘上的某些文件。据我所知,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.