本文介绍了获得托管代码安装日期的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
是否有托管API来获取应用程序的安装日期使用产品GUID?
Is there a managed API to retrieve an application's install date using the Product GUID?
感谢。
斯科特
Thanks.Scott
推荐答案
正确的方式来获得这些信息是使用:: MsiGetProductInfo()。 PInvoke的应该是微不足道的。
The "proper" way to get to that information is to use ::MsiGetProductInfo(). PInvoke should be trivial.
这篇关于获得托管代码安装日期的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!