本文介绍了clickonce应用程序的本地安装位置的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我需要知道clickonce应用程序的安装位置。有没有办法通过C#找到它?
I need to know where the clickonce application got installed. Is there a way to find this through C#?
推荐答案
作为参考,物理文件最终位于此目录中:C:\ Win文档和设置\用户配置文件\本地设置\Win XP和C中的应用:\用户\\AppData\本地\Windows 7的应用。
For reference, the physical files end up in this directory: C:\Documents and Settings\userprofile\Local Settings\Apps in Win XP and C:\Users\\AppData\Local\Apps for Windows 7.
您还可以在中了解有关此问题的更多信息。
You can also read more about this in this question.
这篇关于clickonce应用程序的本地安装位置的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!