Get install date from managed code(从托管代码中获取安装日期)
问题描述
是否有用于使用产品 GUID 检索应用程序安装日期的托管 API?
Is there a managed API to retrieve an application's install date using the Product GUID?
谢谢.斯科特
推荐答案
获取该信息的正确"方法是使用 ::MsiGetProductInfo().PInvoke 应该是微不足道的.
The "proper" way to get to that information is to use ::MsiGetProductInfo(). PInvoke should be trivial.
这篇关于从托管代码中获取安装日期的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!